forked from hacksu/kenthackenough-ui-2021
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 897 Bytes
/
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
{
"name": "kenthackenough-ui-2019",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"khe-frontend-lib": "github:hacksu/khe-frontend-lib",
"sass": "^1.38.2",
"vue": "^2.6.6",
"vue-qrcode-reader": "^2.0.4",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.15.0",
"vue-tel-input": "^2.2.5",
"vue2-dropzone": "^3.5.9",
"vuex": "^3.0.1"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.1",
"sass-loader": "^7.1.0",
"vite": "^2.7.2",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-html": "3.2.0",
"vite-plugin-vue2": "^1.9.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}