-
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) · 786 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 786 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": "jsx-storm-react-diagrams-demo",
"homepage": "https://rickhewes.github.io/jsx-storm-react-diagrams-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"fritzing-js": "https://github.com/fritzing/fritzing-js",
"material-ui": "next",
"node-fetch": "^2.3.0",
"react": "^15.6.1",
"react-addons-update": "^15.6.2",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.11",
"snapsvg-cjs": "^0.0.6",
"storm-react-diagrams": "^2.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.0.0"
}
}