-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "webjucks",
"version": "1.0.0",
"description": "A simple frontend framework",
"main": "index.js",
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.22.0",
"browser-sync": "^2.18.7",
"browser-sync-webpack-plugin": "^1.1.4",
"copy-loader": "^0.1.3",
"css-loader": "^0.26.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"glob": "^7.1.1",
"gray-matter": "^2.1.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.0",
"js-yaml": "^3.8.1",
"markdown-it": "^8.3.0",
"markdown-it-attrs": "^0.8.0",
"nib": "^1.1.2",
"njx": "^0.2.2",
"nunjucks": "^3.0.0",
"nunjucks-extend-loader": "^0.0.3",
"path": "^0.12.7",
"postcss-loader": "^1.2.2",
"poststylus": "^0.2.3",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"stylus-url": "0.0.1",
"webpack": "^1.13.1",
"webpack-config": "^6.2.1"
},
"scripts": {
"start": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xiao555",
"license": "ISC"
}