-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
{
"name": "sworkshop-home",
"description": "Sukazyo Workshop Homepage",
"icon": "./public/favicon.ico",
"license": "All Rights Reserved",
"private": true,
"homepage": "https://sukazyo.cc/",
"author": "Sukazyo Workshop",
"contributors": [
{
"name": "A.C. Sukazyo Eyre",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/suk-ws/sworkshop-home.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/suk-ws/sworkshop-home/issues"
},
"type": "module",
"sideEffects": false,
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "2.8.1",
"@remix-run/react": "2.8.1",
"@remix-run/serve": "2.8.1",
"isbot": "4.4.0",
"react": "18.3.0-canary-08cd087ca-20240110",
"react-dom": "18.3.0-canary-08cd087ca-20240110",
"react-transition-group": "^4.4.5",
"remix-utils": "^7.5.0"
},
"devDependencies": {
"@remix-run/dev": "^2.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.10",
"@types/stylus": "^0.48.42",
"stylus": "^0.62.0",
"typescript": "^5.1.6",
"vite": "^5.0.11",
"vite-plugin-stylus-alias-next": "^1.2.0",
"vite-tsconfig-paths": "^4.2.3"
},
"engines": {
"node": ">=18.0.0"
}
}