-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.05 KB
/
package.json
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
35
36
37
38
39
{
"name": "righton-dev",
"version": "0.1.0",
"private": true,
"homepage": "https://www.rightoneducation.com",
"dependencies": {
"@material-ui/core": "^4.0.0-rc.0",
"@material-ui/icons": "^4.9.1",
"bootstrap": "5.1.3",
"classnames": "2.3.1",
"node-sass": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flippy": "^0.1.5",
"react-icons": "^4.4.0",
"react-material-ui-carousel": "^3.4.2",
"react-modal": "^3.15.1",
"react-router-dom": "^5.3.3",
"react-scripts": "^5.0.1",
"reactjs-video-playlist-player": "^1.1.1",
"sass": "1.50.0",
"styled-components": "^5.3.5",
"velocity-react": "^1.4.3"
},
"overrides": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-and-deploy": "npm run build && s3cmd sync build/* s3://www.rightoneducation.com && echo",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}