-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "object-b",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.2.1",
"uikit": "^3.0.0-beta.24"
},
"devDependencies": {
"aos": "^2.1.1",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"css-loader": "^0.28.1",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"file-loader": "^0.11.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.11",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^6.4.0",
"gulp-rucksack": "^0.1.3",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.1.2",
"gulp-webpack": "^1.5.0",
"panini": "^1.4.0",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.10.0",
"postcss-easy-import": "^2.0.0",
"postcss-font-magician": "^1.6.1",
"postcss-nippon-color": "0.0.2",
"run-sequence": "^1.2.2",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.4.1"
}
}