-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
{
"name": "navify",
"version": "0.1.6",
"main": "dist/navify.min.js",
"bin": {
"navify": "./cli/bin/navify.js"
},
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --mode=development --open",
"build": "webpack --mode=production",
"update": "npm-check -u",
"update:cnpm": "cross-env NPM_CHECK_INSTALLER=cnpm npm-check -u"
},
"homepage": "https://github.com/whelmin/navify",
"bugs": "https://github.com/whelmin/navify/issues",
"repository": {
"type": "git",
"url": "git://github.com/whelmin/navify.git"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.18.0",
"connect": "^3.6.6",
"connect-livereload": "^0.6.0",
"fs-extra": "^7.0.0",
"livereload": "^0.7.0",
"opn": "^5.4.0",
"serve-static": "^1.13.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"image-webpack-loader": "^4.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"normalize.css": "^8.0.0",
"npm-check": "^5.9.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"vue": "^2.5.17",
"vue-loader": "^15.4.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8"
}
}