-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.34 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
{
"name": "@sdvg/launchtile",
"version": "3.2.0",
"private": true,
"scripts": {
"serve:chrome": "VUE_APP_BROWSER=chrome PORT=9090 vue-cli-service build --mode development --watch --dest=dev-dist-chrome",
"serve:firefox": "VUE_APP_BROWSER=firefox PORT=9091 vue-cli-service build --mode development --watch --dest=dev-dist-firefox",
"build:chrome": "VUE_APP_BROWSER=chrome vue-cli-service build",
"build:firefox": "VUE_APP_BROWSER=firefox vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"codemirror": "5.52.2",
"core-js": "3.26.1",
"date-fns": "2.29.3",
"uuid": "7.0.3",
"vue": "2.7.14",
"vue-router": "3.6.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@vue/cli-plugin-babel": "4.2.0",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-unit-jest": "4.2.0",
"@vue/cli-service": "4.2.0",
"@vue/eslint-config-standard": "8.0.1",
"@vue/test-utils": "1.0.0-beta.31",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.7.0",
"lodash": "4.17.21",
"vue-cli-plugin-browser-extension": "0.25.2",
"vue-template-compiler": "2.7.14"
}
}