forked from dataarts/virtual-art-sessions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "project-udon",
"private": true,
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"bowser": "^1.0.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"eslint": "^2.3.0",
"eslint-config-google": "^0.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-closure-compiler": "^0.2.17",
"gulp-closure-deps": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sass-lint": "^1.1.1",
"gulp-sort": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jquery": "^2.2.1",
"jquery-ui": "^1.10.5",
"lodash.assign": "^4.0.6",
"merge-stream": "^1.0.0",
"path": "^0.12.7",
"ramda": "^0.19.1",
"run-sequence": "^1.1.1",
"sass-rem": "^1.2.2",
"stats-js": "^1.0.0-alpha1",
"three": "^0.73.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}