forked from locomotivemtl/webgl-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 891 Bytes
/
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
{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <[email protected]>",
"dependencies": {
"dat.gui": "^0.7.6",
"gsap": "^3.2.6",
"locomotive-scroll": "*",
"modujs": "*",
"modularload": "*",
"normalize.css": "*",
"ogl": "0.0.46",
"svg4everybody": "*"
},
"devDependencies": {
"@modularbp/gulp": "^1.0.5",
"@modularbp/gulp-build": "^1.0.1",
"@modularbp/gulp-error": "^1.0.3",
"@modularbp/gulp-js": "^1.0.8",
"@modularbp/gulp-notify": "^1.0.3",
"@modularbp/gulp-sass": "^1.0.7",
"@modularbp/gulp-serve": "^1.0.5",
"@modularbp/gulp-svg": "^1.0.5",
"@modularbp/gulp-watch": "^1.0.5",
"gulp-concat": "*",
"mbp": "^1.1.3"
}
}