-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
49
50
51
52
53
54
55
56
{
"name": "dvc-rofr-stats",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npm run lint --prefix functions && eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test:unit": "npm run build --prefix functions && vitest run",
"test:unit:watch": "npm run build --prefix functions && vitest",
"build-staging": "vite build --mode staging",
"test:firebase": "set GOOGLE_APPLICATION_CREDENTIALS=../service-key-dev.json.local& npm run shell --prefix functions"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"buefy": "^0.9.29",
"echarts": "^5.6.0",
"firebase": "^11.1.0",
"moment": "^2.30.1",
"moving-average": "^1.0.1",
"register-service-worker": "^1.7.2",
"vue": "^2.7.16",
"vue-analytics": "^5.22.1",
"vue-echarts": "^7.0.3",
"vue-json-csv": "^1.2.10",
"vue-multi-select": "^4.6.0",
"vue-router": "^3.6.5",
"vuefire": "^2.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.3",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/test-utils": "^1.3.6",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"eslint": "^9.17.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue-template-compiler": "^2.7.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.7.1"
}
}