- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
25 lines (25 loc) · 582 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 582 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
{
"name": "new",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"downshift": "2.0.20",
"feather-icons-react": "0.2.0",
"lodash": "4.17.10",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-scripts": "1.1.4",
"styled-components": "3.4.0",
"webpack": "4.16.4",
"what-input": "5.1.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}