-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 910 Bytes
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
{
"name": "dashboard",
"version": "1.0.0",
"scripts": {
"start": "webpack serve --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js"
},
"dependencies": {
"chart.js": "3.7.1",
"primeflex": "3.1.3",
"primeicons": "5.0.0",
"primevue": "3.12.0",
"vue": "3.2.31"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@vue/compiler-sfc": "^3.0.2",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"sass": "^1.42.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"vue-loader": "^16.0.0-beta.9",
"vue-style-loader": "^4.1.2",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
}
}