-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.26 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": "three_npmtest",
"version": "0.7.0",
"description": "",
"main": "threeXfileLoader.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"power-assert": "^1.4.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-cleanup": "^1.0.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"three": "^0.84.0",
"webpack": "^2.2.1"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"build2": "babel src -d lib",
"lint": "eslint --fix XLoader.js"
},
"eslintConfig": {
"extends": "mdcs"
},
"author": "adrs2002",
"license": "ISC",
"private": true,
"dependencies": {
"babel-preset-es2015-rollup": "^3.0.0",
"eslint": "^4.1.1",
"eslint-config-mdcs": "^4.2.2",
"google-closure-compiler": "^20170521.0.0",
"qunitjs": "^2.1.1",
"rollup": "^0.50.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-watch": "^4.0.0",
"uglify-js": "^3.0.23"
}
}