-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
59 lines (59 loc) · 1.5 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-whs",
"description": "React-WhitestormJS integration",
"version": "0.1.9",
"main": "build/react-whs.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p",
"start": "npm run app",
"test": "jest",
"app": "webpack-dev-server --config app.webpack.config.babel.js"
},
"jest": {
"setupFiles": [
"raf/polyfill"
]
},
"keywords": [
"whs-module"
],
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.24.0",
"cross-env": "^5.1.4",
"jest": "^21.2.1",
"path": "^0.12.7",
"react-hot-loader": "^3.1.1",
"react-test-renderer": "^16.0.0",
"three": "^0.87.1",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"raf": "^3.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"whs": "^2.1.8"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WhitestormJS/react-whs.git"
},
"author": "Alexander Buzin",
"license": "MIT",
"bugs": {
"url": "https://github.com/WhitestormJS/react-whs/issues"
},
"homepage": "https://github.com/WhitestormJS/react-whs#readme"
}