-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
109 lines (109 loc) · 3.55 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "catalystnet.org",
"version": "0.1.0",
"description": "Catalystnetwork.org officical website",
"author": {
"name": "nshcore",
"email": "[email protected]",
"url": "https://github.com/nshcore"
},
"dependencies": {
},
"devDependencies": {
"aos": "^2.3.4",
"autoprefixer": "^7.1.6",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"bemto.pug": "github:kizu/bemto",
"chalk": "^2.3.0",
"concurrently": "^3.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.7",
"css-mqpacker": "6.0.1",
"eslint": "^4.9.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.0-alpha.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^3.1.1",
"gulp-consolidate": "^0.2.0",
"gulp-csso": "^3.0.0",
"gulp-iconfont": "^9.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-pug-lint": "^0.1.6",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylint": "^4.0.0",
"gulp-stylus": "^2.6.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"html": "^1.0.0",
"html-webpack-plugin": "^2.30.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-pngquant": "^5.1.0",
"imagemin-zopfli": "^5.1.0",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.0",
"laggard": "2.0.1",
"lodash.merge": "^4.6.0",
"mantis-querist": "^0.5.0",
"node-notifier": "^5.1.2",
"postcss-alias": "2.0.0",
"postcss-alias-atrules": "0.0.0",
"postcss-calc": "^6.0.1",
"postcss-clearfix": "2.0.1",
"postcss-compact-mq": "0.2.1",
"postcss-csso": "3.0.0",
"postcss-define-units": "github:preusx/postcss-define-units#1.1.1",
"postcss-filter-mq": "1.0.1",
"postcss-fontpath": "1.0.0",
"postcss-input-style": "1.0.0",
"postcss-loader": "^2.0.8",
"postcss-position": "1.0.0",
"postcss-quantity-queries": "0.5.0",
"postcss-round-subpixels": "^1.2.0",
"postcss-selector-not": "3.0.1",
"postcss-short-spacing": "3.0.0",
"postcss-transform-shortcut": "2.0.1",
"postcss-verthorz": "0.6.2",
"postcss-vertical-rhythm": "^1.1.5",
"pug": "^2.0.0-rc.4",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.3.0",
"slick-carousel": "^1.8.1",
"style-loader": "^0.19.0",
"stylint": "^1.5.9",
"stylint-loader": "^1.0.0",
"stylint-stylish": "^1.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-notifier": "^1.5.0"
}
}