forked from i5anoff/sketch-threejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "sketch-threejs.js",
"version": "2.0.0",
"description": "it's my personal sketch made with three.js.",
"repository": {
"type": "git",
"url": "https://github.com/ykob/sketch-threejs"
},
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build"
},
"engines": {
"node": "8.9.4"
},
"browserslist": [
"last 2 version",
"IE 11"
],
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.4",
"browser-sync": "^2.23.6",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^5.0.3",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.0",
"node-sass": "^4.7.2",
"pump": "^3.0.0",
"raw-loader": "^1.0.0",
"require-dir": "^1.0.0",
"slash": "^2.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.20.2",
"webpack-stream": "^5.1.1",
"yargs": "^12.0.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"easing-js": "^1.1.2",
"gl-matrix": "^2.4.0",
"glsl-easings": "^1.0.0",
"glsl-force": "git://github.com/ykob/glsl-force.git",
"glsl-inverse": "^1.0.0",
"glsl-matrix": "git://github.com/ykob/glsl-matrix.git",
"glsl-noise": "0.0.0",
"glsl-util": "git://github.com/ykob/glsl-util.git",
"js-util": "git://github.com/ykob/js-util.git",
"three": "^0.99.0",
"vue": "^2.5.16"
}
}