forked from engaging-computing/MYR-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 827 Bytes
/
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
{
"name": "myr-admin",
"version": "0.1.0",
"private": true,
"homepage": "/admin",
"dependencies": {
"@material-ui/core": "^3.1.1",
"@material-ui/icons": "^3.0.1",
"material-ui": "^0.20.2",
"prop-types": "^15.6.2",
"ra-data-json-server": "^2.3.2",
"ra-input-rich-text": "^2.3.2",
"react": "^16.5.2",
"react-admin": "^2.3.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.2",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prod": "react-scripts build && mv build ../MYR-backend && rm -r ../MYR-backend/public/admin && mv ../MYR-backend/build ../MYR-backend/public/admin"
},
"proxy": "http://localhost:1337/"
}