-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage copy.json
More file actions
executable file
·33 lines (33 loc) · 871 Bytes
/
package copy.json
File metadata and controls
executable file
·33 lines (33 loc) · 871 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
{
"name": "myreactapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.0.0",
"@types/react": "^17.0.0 || ^18.0.0",
"framer-motion": "^4.1.17",
"live-server": "^1.2.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sfcookies": "^1.0.2",
"uuid": "^8.3.2",
"yarn": "^1.22.10"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"start": "yarn build && live-server dist"
},
"devDependencies": {
"parcel-bundler": "^1.12.5"
}
}