-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.53 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
45
46
47
48
{
"name": "neovis",
"version": "0.1.0",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && cp dist/index.html dist/404.html",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.10",
"axios": "^0.21.4",
"core-js": "^3.37.1",
"tailwindcss": "^2.2.19",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-notification": "^1.3.20",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "5.0.0-alpha.8",
"@vue/cli-plugin-eslint": "5.0.0-alpha.8",
"@vue/cli-plugin-router": "5.0.0-alpha.8",
"@vue/cli-plugin-typescript": "5.0.0-alpha.8",
"@vue/cli-service": "5.0.0-alpha.8",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.20.0",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"sass-loader": "^10.5.2",
"typescript": "~4.1.6",
"vue-cli-plugin-fontawesome": "~0.3.1",
"vue-template-compiler": "^2.7.16"
}
}