-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 989 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
31
32
33
34
35
36
{
"name": "play-scss-es6",
"version": "1.0.0",
"description": "The frontend setup for the Play SASS ES6 example",
"main": "js/main.js",
"repository": "https://github.com/frne/play-sass-es6",
"author": "Frank Neff",
"license": "MIT",
"private": false,
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-es2015": "^6.24.1",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-cssnano": "^2.1.2",
"gulp-image": "^4.0.0",
"gulp-imageoptim": "^1.0.9",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^3.7.1",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.5"
}
}