forked from 123ishaTest/igt-vue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "igt-vue",
"version": "0.3.3",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"test": "vitest",
"postinstall": "patch-package"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"autoprefixer": "^10.0.0",
"incremental-game-template": "github:iain3000/igt-library",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
"notiwind": "^2.0.1",
"postcss": "^8.2.13",
"strongly-typed-events": "^3.0.0",
"tailwindcss": "^3.0.0",
"vue": "^3.3.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/mousetrap": "^1.6.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"happy-dom": "^10.3.2",
"patch-package": "^7.0.0",
"typescript": "^5.0.0",
"vite": "^4.5.3",
"vitest": "^0.33.0",
"vitest-localstorage-mock": "^0.0.1"
},
"overrides": {
"editorconfig": "^1.0.0",
"semver": "^7.5.3"
}
}