-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "monster-battle-react-component",
"version": "0.2.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"models",
"shaders",
"attacks"
],
"scripts": {
"prepare": "npm run build",
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"react-jss": "^8.6.1"
},
"peerDependencies": {
"react": "16.x",
"three": "^0.96.0"
},
"devDependencies": {
"file-loader": "^2.0.0",
"nwb": "0.23.x",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-jss": "^8.6.1",
"three": "^0.96.0"
},
"author": "VertexStudio",
"homepage": "https://github.com/MonsterEOS/monster-battle-react-component",
"license": "MIT",
"repository": "https://github.com/MonsterEOS/monster-battle-react-component",
"keywords": [
"react-component"
]
}