-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
{
"name": "styleguide-builder",
"version": "1.0.0",
"description": "Style Guide Builder",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=dev webpack",
"dev:start": "NODE_ENV=dev webpack-dev-server --open",
"prod": "webpack",
"kss": "NODE_ENV=kss webpack"
},
"repository": {
"type": "git",
"url": "git@github.com:Licoti/webpack-styleguide-builder.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.3.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"csso-webpack-plugin": "^1.0.0-beta.12",
"eslint": "^4.19.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"kss": "^3.0.0-beta.23",
"kss-webpack-plugin": "^1.3.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"postcss-critical-split": "^2.5.2",
"postcss-loader": "^3.0.0",
"postcss-pipeline-webpack-plugin": "^4.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-manifest-plugin": "^2.0.4",
"webpack-provide-global-plugin": "0.0.1"
},
"dependencies": {
"bootstrap-4-grid": "^2.4.1",
"jquery": "^3.3.1",
"normalize-scss": "^7.0.1"
}
}