-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 941 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 941 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
30
31
32
33
34
35
{
"name": "patternx-react",
"homepage": "https://patternweb.github.io/patternx-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"fast-deep-equal": "^1.0.0",
"github-api": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"micro-signals": "^1.1.1",
"most": "^1.7.2",
"most-w3msg": "^2.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-popout": "^1.0.1",
"react-scripts": "1.0.14",
"svg-pan-zoom": "^3.5.3",
"three": "^0.87.1",
"ws": "^3.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build && rm -rf build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "prettier --write \"src/**/*.{js,json,css}\""
},
"devDependencies": {
"gh-pages": "^1.0.0",
"prettier": "^1.7.4"
}
}