-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 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
52
53
{
"name": "triplebyte-vue-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"@mdi/font": "^2.4.85",
"@vuikit/icons": "^0.8.1",
"@vuikit/theme": "^0.8.0",
"buefy": "^0.7.2",
"element-ui": "^2.4.3",
"i": "^0.3.6",
"iview": "^2.14.3",
"js-cookie": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"momentjs": "^2.0.0",
"npm": "^6.1.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.0.0",
"uuid": "^3.3.2",
"v-offline": "^1.0.9",
"vue": "^2.5.16",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"vuex-persist": "^1.4.3",
"vuex-persistedstate": "^2.5.4",
"vuikit": "^0.8.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-pwa": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"node-sass": "^7.0.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"volta": {
"node": "14.19.0"
}
}