-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
package.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": "studio",
"version": "0.1.0",
"private": true,
"homepage": "http://dmitric.github.io/studio",
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.7.0"
},
"dependencies": {
"@blueprintjs/core": "^1.0.1",
"d3": "^4.4.0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.4",
"react": "^15.4.0",
"react-addons-css-transition-group": "^15.4.0",
"react-dom": "^15.4.0",
"react-transition-group": "^1.1.3",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"build+deploy": "npm run build && npm run deploy"
}
}