forked from gaia-app/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) Β· 1.3 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
42
43
44
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint src/main/client"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"ansi-to-html": "^0.6.14",
"axios": "^0.21.1",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.15.1",
"corejs-typeahead": "^1.3.1",
"jquery": "^3.6.0",
"marked": "^2.1.2",
"messenger-hubspot": "^1.5.0",
"vue": "^2.6.14",
"vue-form-wizard": "^0.8.4",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.14",
"copy-webpack-plugin": "^6.1.0"
}
}