-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "fortunestreetmodding",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "rimraf dist",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"json2ts": "json2ts --input public/schema/mapdescriptor.json --output src/data/mapdescriptor.d.ts"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/solid-js": "^4.4.0",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-yaml": "^4.1.2",
"@types/bootstrap": "^5.2.10",
"@types/globalthis": "^1.0.4",
"@types/node": "^20.14.8",
"@types/slug": "^5.0.8",
"@types/tabulator-tables": "^6.2.2",
"astro": "^4.11.0",
"bootstrap": "^5.3.3",
"isomorphic-dompurify": "^2.12.0",
"jszip": "^3.10.1",
"marked": "^13.0.0",
"monaco-yaml": "^5.2.0",
"slug": "^9.1.0",
"tabulator-tables": "^6.2.1",
"typescript": "^5.5.2"
},
"devDependencies": {
"json-schema-to-typescript": "^14.0.5",
"rimraf": "^5.0.7",
"sass": "^1.77.6"
}
}