-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 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
{
"name": "frontend-kickstarter",
"version": "2.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"dev": "./node_modules/.bin/gulp"
},
"keywords": ["postcss","webpack","frontend","kickstarter"],
"author": "Ariona, Rian",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.5",
"cssnano": "^3.10.0",
"gulp": "^4.0.0",
"gulp-postcss": "^7.0.1",
"gulp-sourcemaps": "^2.6.3",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"jshint-loader-reporter": "^1.0.4",
"jshint-stylish": "^2.2.1",
"lost": "^8.2.0",
"postcss-cssnext": "^3.0.2",
"postcss-nested": "^3.0.0",
"postcss-nested-ancestors": "^1.0.0",
"postcss-partial-import": "^4.1.0",
"postcss-utilities": "^0.7.0",
"stylelint": "^8.4.0",
"webpack": "^3.10.0",
"webpack-stream": "^4.0.0"
}
}