-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 762 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
{
"name": "dsfdsgfxvascz01082018",
"description": "",
"homepage": "https://stackblitz.com/edit/dsfdsgfxvascz01082018",
"dependencies": {
"react": "16.1.1",
"react-dom": "16.1.1",
"react-scripts": "1.0.10",
"uuid": "3.3.2",
"axios": "0.18.0",
"redux": "4.0.0",
"lodash": "4.17.10",
"prop-types": "15.6.2",
"react-redux": "5.0.7",
"react-motion": "0.5.2",
"react-scroll": "1.7.10",
"react-animated-css": "1.0.4",
"react-smooth-scroll": "0.1.0",
"react-copy-to-clipboard": "5.0.1"
},
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}