-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "polyx0x-001",
"version": "1.1.0",
"description": "WebGL music video for Polyop",
"author": "Alex Kempton",
"license": "MIT",
"homepage": "https://github.com/funwithtriangles/polyx0x-001",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --config webpack.config.dev.js",
"build": "webpack -p --progress --config webpack.config.build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/funwithtriangles/polyx0x-001.git"
},
"dependencies": {
"@tweenjs/tween.js": "^17.1.1",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"events": "^1.1.1",
"glslify": "^6.1.0",
"glslify-loader": "^1.0.2",
"lodash": "^4.17.4",
"raw-loader": "^0.5.1",
"three": "^0.89.0",
"three-addons": "^1.1.0",
"three-obj-loader": "^1.1.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"ejs-loader": "^0.3.0",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.9.0",
"webpack-dev-server": "^2.9.5"
}
}