-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "pinball-schminball",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --force",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --environment jsdom --no-watch",
"typecheck": "npx -p typescript tsc -p tsconfig.check.json --noEmit"
},
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@types/matter-js": "^0.18.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.0.0",
"@vueform/toggle": "^2.1.3",
"axios": "^1.4.0",
"bowser": "^2.11.0",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^21.1.1",
"lodash.throttle": "^4.1.1",
"matter-attractors": "^0.1.6",
"matter-js": "^0.19.0",
"pathseg": "^1.2.1",
"poly-decomp": "^0.3.0",
"sass": "^1.51.0",
"tiny-script-loader": "^2.2.1",
"typescript": "^4.7.4",
"vite": "^4.1.4",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.3",
"vitest-canvas-mock": "^0.3.3",
"vue-i18n": "^9.2.2",
"zcanvas": "^6.0.5"
}
}