-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "scrypta-electio",
"version": "2.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@scrypta/core": "^2.8.7",
"apexcharts": "^3.22.2",
"buefy": "^0.9.4",
"core-js": "^3.8.0",
"moment": "^2.29.1",
"node-rsa": "^1.1.1",
"register-service-worker": "^1.7.1",
"vue": "^2.6.12",
"vue-apexcharts": "^1.6.0",
"vue-gravatar": "^1.3.1",
"vue-router": "^3.4.9",
"vue-social-sharing": "^3.0.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-pwa": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12"
}
}