-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 914 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 914 Bytes
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
{
"name": "shutterbug",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build --mode=prod",
"test:unit": "vitest run tests/unit",
"lint": "eslint --ext .ts,.vue src tests"
},
"dependencies": {
"core-js": "^3.49.0",
"runtypes": "^7.0.4",
"vue": "^3.5.31",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/eslint-plugin": "^1.6.14",
"@vue/eslint-config-typescript": "^14.7.0",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"sass": "^1.99.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vitest": "^4.1.2"
}
}