-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 778 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
{
"name": "react-test",
"version": "0.1.0",
"homepage": "https://affanshahid.github.io/react-editable-tree/",
"private": true,
"dependencies": {
"gh-pages": "^1.0.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.6.1",
"react-onclickoutside": "^6.5.0",
"react-redux": "^5.0.6",
"react-scripts": "1.0.11",
"react-smooth-collapse": "^1.3.0",
"react-transition-group": "^2.2.0",
"redux": "^3.7.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}