This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
{
"name": "github",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "Sucipto <[email protected]>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"axios": "0.23.0",
"vue": "2.6.14",
"vue-router": "3.5.2"
},
"devDependencies": {
"autoprefixer": "10.3.7",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"chalk": "4.1.2",
"connect-history-api-fallback": "1.6.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.4.0",
"eslint": "8.0.1",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"eslint-plugin-html": "6.2.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "5.0.0",
"eventsource-polyfill": "0.9.6",
"express": "4.17.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "6.2.0",
"friendly-errors-webpack-plugin": "1.7.0",
"function-bind": "1.1.1",
"html-webpack-plugin": "5.4.0",
"http-proxy-middleware": "2.0.1",
"webpack-bundle-analyzer": "4.5.0",
"semver": "7.3.5",
"opn": "5.5.0",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "6.0.1",
"rimraf": "3.0.2",
"url-loader": "4.1.1",
"vue-loader": "16.8.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.6.14",
"webpack": "5.58.2",
"webpack-dev-middleware": "5.2.1",
"webpack-hot-middleware": "2.25.1",
"webpack-merge": "5.8.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}