-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 927 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
{
"name": "hyperquark",
"version": "0.0.9",
"private": true,
"scripts": {
"watch": "vite build --watch & vite preview &",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"format:check": "prettier -c .",
"format:write": "prettier -w ."
},
"dependencies": {
"@scratch/scratch-vm": "^12.3.0",
"binaryen": "github:pufferfish101007/binaryen.js#non-nullable-table",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"scratch-parser": "5.1.1",
"scratch-render": "github:hyperquark/scratch-render#develop",
"scratch-sb1-converter": "1.0.324",
"vue": "3.5.31",
"vue-router": "5.0.4",
"wasm-feature-detect": "1.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.5",
"prettier": "^3.8.1",
"vite": "8.0.3",
"vite-plugin-node-polyfills": "0.26.0",
"vite-plugin-wasm": "3.6.0",
"vitest": "^4.1.2"
}
}