-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 KB
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
{
"name": "terramodulus-efps",
"private": true,
"version": "0.0.1",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/AnvilloyDevStudio/TerraModulus-EFPs.git"
},
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.51.0",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.1.18",
"@types/bidirectional-map": "^1.0.4",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.11",
"@xmldom/xmldom": "^0.9.8",
"autoprefixer": "^10.4.24",
"bidirectional-map": "^1.1.1",
"dedent-js": "^1.0.1",
"highlight-words": "^2.0.0",
"highlight.js": "^11.11.1",
"lodash": "^4.17.23",
"minisearch": "^7.2.0",
"postcss": "^8.5.6",
"postcss-advanced-variables": "^5.0.0",
"postcss-import": "^16.1.1",
"postcss-plugin-context": "^2.0.0",
"postcss-utilities": "^0.8.4",
"svelte": "^5.50.2",
"svelte-check": "^4.3.6",
"svelte-preprocess": "^6.0.3",
"svelte-splitpanes": "^8.0.12",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^6.4.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "[email protected]+sha1.8105075ad0aa306138be128c017e9c41e28ecffa"
}