-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "darkconfigs",
"private": true,
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --ext src/**/*.{js,vue} --ignore-path .gitignore --fix"
},
"dependencies": {
"@giscus/vue": "^2.4.0",
"blockly": "^10.2.2",
"vue": "^3.3.4",
"vue-i18n": "^9.3.0",
"vue-router": "4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^7.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.34.5",
"autoprefixer": "^10.4.15",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.5.5",
"vitest": "^0.34.5",
"vue-tsc": "^1.8.5"
}
}