-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "krau",
"version": "1.4.2",
"description": "Front-end scaffold.",
"keywords": [
"front-end",
"scaffold",
"pack files",
"postcss",
"sass-like",
"ECMAScript 6",
"webpack",
"babel"
],
"homepage": "https://github.com/dnxbf321/krau#readme",
"repository": {
"type": "git",
"url": "git+https://[email protected]/dnxbf321/krau.git"
},
"main": "bin/program.js",
"author": "Jason Deng",
"license": "MIT",
"bin": {
"kr": "bin/program.js"
},
"scripts": {
"compress": "node compress-template.js"
},
"dependencies": {
"archiver": "^3.0.0",
"autoprefixer": "^9.6.0",
"babel-core": "^6.26.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"colors": "^1.3.3",
"commander": "^2.20.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"decompress-zip": "^0.3.2",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eventsource-polyfill": "^0.9.6",
"extend": "^3.0.2",
"file-loader": "^4.0.0",
"function-bind": "^1.1.1",
"glob": "^7.1.4",
"handlebars": "^4.1.2",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"import-fresh": "^3.0.0",
"inquirer": "^6.3.1",
"lazy-cache": "^2.0.2",
"left-pad": "^1.3.0",
"mini-css-extract-plugin": "^0.7.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"npx-handlebars-inject-loader": "^1.0.0",
"postcss": "^7.0.17",
"postcss-assets": "^5.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.0",
"postcss-reporter": "^6.0.1",
"precss": "^4.0.0",
"rimraf": "^2.6.3",
"rucksack-css": "^1.0.2",
"scp2": "^0.5.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"update-notifier": "^3.0.0",
"url-loader": "^2.0.0",
"webpack": "^4.34.0",
"webpack-dashboard": "^3.0.7",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.2.0"
}
}