-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
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": "spinnup",
"version": "0.0.1",
"author": "Bruno Imbrizi & Silvio Paganini",
"license": "ISC",
"sideEffects": false,
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/fluuuid/spinnup.git"
},
"scripts": {
"start": "webpack-dev-server",
"serve:local": "http-server dist",
"prebuild": "rm -rf dist/scripts && mkdir dist/scripts",
"test": "eslint ./src --fix",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"@brunoimbrizi/controlkit": "0.1.92",
"async-preloader": "3.0.1",
"domready": "1.0.8",
"glsl-conditionals": "^1.0.0",
"glsl-easings": "^1.0.0",
"glsl-hash-blur": "^1.0.3",
"glsl-noise": "0.0.0",
"glsl-y-repeat": "^1.0.0",
"gsap": "1.18.2",
"moment": "^2.22.1",
"stats.js": "0.17.0",
"three": "0.92.0",
"three-trackballcontrols": "0.0.7"
},
"devDependencies": {
"babel-cli": "6.6.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-polyfill": "6.7.4",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"exports-loader": "^0.7.0",
"glslify": "^6.1.1",
"glslify-loader": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"raw-loader": "^0.5.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.4"
}
}