-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "akkad",
"description": "A React webgl target",
"version": "1.4.1",
"main": "./build/bundle.js",
"homepage": "https://github.com/brochington/akkad",
"bugs": {
"url": "https://github.com/brochington/akkad/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/brochington/Akkad"
},
"scripts": {
"clean": "rimraf build",
"build": "npm run clean && webpack",
"watch": "npm run clean && webpack --watch",
"link": "npm unlink && npm link",
"rmrf": "rm -rf ./node_modules",
"setup:build": "npm run link && npm run build",
"setup:watch": "npm run link && npm run watch",
"docs": "rm -rf ./out && ./node_modules/.bin/jsdoc -c conf.json"
},
"dependencies": {
"babylonjs": "^2.4.0",
"immutable": "^3.7.5",
"lodash": "^4.11.1",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^1.1.1",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^4.3.0",
"file-loader": "^0.8.4",
"jsdoc": "^3.4.0",
"jsdoc-babel": "^0.1.0",
"rimraf": "^2.4.3",
"webpack": "^1.12.2"
}
}