-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "BASE",
"version": "0.1.0",
"description": ":)",
"main": "gulpfile.babel.js",
"repository": {
"type": "git",
"url": "https://github.com/jacobdubail"
},
"keywords": [
"wordpress"
],
"author": "jacobdubail",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobdubail/"
},
"homepage": "https://github.com/jacobdubail/",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.10.0",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^7.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.5.1",
"postcss": "^5.0.21",
"postcss-flexibility": "^1.0.3",
"waypoints": "^4.0.1",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"popmotion": "^8.1.3"
}
}