-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react_js",
"version": "1.0.0",
"main": "Appl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.15",
"parcel": "^2.9.3",
"postcss": "^8.4.29",
"process": "^0.11.10",
"react": "^18.2.0",
"react-shimmer-effects": "^1.0.2",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"formik": "^2.4.4",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"yup": "^1.2.0"
},
"browerlist": [
"last 2 versions"
]
}