-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
57
{
"name": "tini-os",
"version": "0.0.3",
"description": "Electric Twogaloo: Thunder's Revenge",
"productName": "Thunder's Revenge",
"main": "main.js",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@stylistic/eslint-plugin": "^1.6.3",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"assertmin": "^0.3.5",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "2.36.0-next.11",
"eslint-plugin-svelte-stylistic": "^0.0.4",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"postcss-selector-matches": "^4.0.0",
"sass": "^1.71.1",
"svelte": "5.0.0-next.80",
"svelte-check": "^3.6.6",
"sveltekit-i18n": "^2.4.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"type": "module",
"repository": {
"type": "git"
},
"keywords": [],
"author": "Dorubyn",
"license": "ISC",
"dependencies": {
"@csstools/postcss-sass": "^5.1.1",
"@reduxjs/toolkit": "^2.2.1",
"@stylistic/eslint-plugin-js": "^1.7.0",
"dorui": "^2.0.0",
"redux-persist": "^6.0.0"
}
}