-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"scripts": {
"dev": "vite",
"build": "vite build",
"compile:vite": "node ./build.js",
"compile": "pnpm run compile:vite",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@r74tech/ftml-wasm": "1.24.0",
"@reduxjs/toolkit": "^2.4.0",
"@vitejs/plugin-react": "^4.3.4",
"@vscode-ftml/ftml-wasm": "^1.18.1",
"@wikijump/ftml-components": "link:modules\ftml-components",
"autoprefixer": "^10.4.20",
"axios": "^1.7.8",
"codemirror": "^6.0.1",
"comlink": "^4.4.2",
"crypto-js": "^4.2.0",
"esbuild": "^0.17.19",
"eslint": "^8.57.1",
"hfmath": "^0.0.2",
"idb": "^8.0.0",
"include-media": "^2.0.0",
"nanoid": "^5.0.9",
"node-sass-import-once": "^1.2.0",
"postcss": "^8.4.49",
"postcss-merge-queries": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"react-toastify": "^10.0.6",
"shortid": "^2.2.16",
"svelte": "^3.59.2",
"svelte-store": "^0.0.2",
"terser": "^5.36.0",
"throttle-typescript": "^1.1.0",
"tippy.js": "6.3.7",
"ts-debounce": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^4.5.5",
"vite-tsconfig-paths": "^4.3.2",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/shortid": "^0.0.29",
"@types/wicg-file-system-access": "^2020.9.8",
"sass": "^1.81.1",
"sass-loader": "^13.3.3",
"webpack": "^5.96.1"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}