-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "ui-approach0",
"version": "1.0.0",
"description": "",
"author": "Wei Zhong",
"license": "MIT",
"scripts": {
"watch": "./node_modules/webpack/bin/webpack.js serve --mode development --inline",
"build": "./node_modules/webpack/bin/webpack.js --mode production",
"serve": "./node_modules/http-server/bin/http-server ./dist --port 19985 --gzip -c 31536000 --proxy http://localhost:19985?"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/runtime-corejs2": "^7.11.2",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.5",
"mitt": "^2.1.0",
"primeflex": "^2.0.0",
"primevue": "^3.0.1",
"vue": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@vue/compiler-sfc": "^3.0.2",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^4.3.0",
"eslint": "^7.12.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.1.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.2.0",
"preload-webpack-plugin": "^3.0.0-beta.3",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-loader": "^16.0.0-beta.8",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.0"
}
}