-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "cubesat-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"preview": "vite preview --outDir dist/client",
"typecheck": "react-router typegen && tsc",
"lint": "eslint ."
},
"dependencies": {
"@react-router/node": "^7.13.0",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-router": "^7.13.0",
"isbot": "^5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@react-router/dev": "^7.13.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.2.0",
"postcss": "^8.5.6",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.19",
"typescript": "~5.6.3",
"typescript-eslint": "^8.54.0",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1",
"lightningcss-linux-x64-gnu": "1.29.1"
}
}