-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 802 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
{
"name": "project-minimek",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.10"
},
"dependencies": {
"cuid": "^1.3.8",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-color": "^2.13.1",
"react-dom": "^16.2.0",
"react-portal": "^4.1.2",
"react-redux": "^5.0.5",
"react-toggle-display": "^2.2.0",
"redux": "^3.7.1",
"redux-devtools-extension": "^2.13.2",
"redux-orm": "^0.9.4",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.77.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}