-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"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",
"@types/node": "^20.5.6",
"@types/wicg-file-system-access": "^2020.9.6",
"@vscode-ftml/ftml-wasm": "^1.18.1",
"@wikijump/ftml-components": "link:modules\ftml-components",
"autoprefixer": "^10.4.15",
"codemirror": "^6.0.1",
"comlink": "^4.4.1",
"crypto-js": "^4.2.0",
"esbuild": "^0.17.19",
"eslint": "^8.48.0",
"hfmath": "^0.0.2",
"include-media": "^2.0.0",
"node-sass-import-once": "^1.2.0",
"postcss": "^8.4.28",
"postcss-merge-queries": "^1.0.3",
"shortid": "^2.2.16",
"svelte": "^3.59.2",
"svelte-store": "^0.0.2",
"terser": "^5.19.2",
"throttle-typescript": "^1.1.0",
"tippy.js": "6.3.7",
"ts-debounce": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.1",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/shortid": "^0.0.29",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"webpack": "^5.88.2"
}
}