-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "quickstart",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "",
"license": "MIT",
"private": true,
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"dependencies": {
"@syncfusion/ej2-vue-buttons": "*",
"@syncfusion/ej2-vue-grids": "*",
"axios": "^1.6.0",
"bootstrap": "5.0.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.19.1",
"font-awesome": "^4.7.0",
"moment": "^2.29.4",
"save": "^2.4.0",
"vue": "^2.7.16",
"vue-autosuggest": "^2.2.0",
"vue-good-table": "^2.21.11",
"vue-i18n": "^8.28.2",
"vue-loading-overlay": "^3.4.2",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.10.1",
"vue-style-loader": "^4.1.3",
"@vue/compiler-sfc": "^3.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.2.2"
}
}