-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 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
{
"name": "projectc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"@mdi/font": "^3.0.39",
"mdi-react": "^5.0.0",
"moment": "^2.23.0",
"npm": "^6.4.1",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-form": "^3.5.6",
"react-material-ui-form-validator": "^2.0.3",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.4.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-star-ratings": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux": "^4.0.0"
}
}