-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "@shuji-koike/dem",
"version": "v1.0.3-beta",
"private": true,
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.15.1",
"scripts": {
"start": "vite dev",
"build": "vite build",
"lint": "eslint --cache --fix .; prettier --write --log-level warn .;tsc --noEmit",
"storybook": "start-storybook -p 6006"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@firebase/app-compat": "^0.2.47",
"@sentry/vite-plugin": "^2.22.7",
"@shuji-koike/boilerplate": "^1.25.1",
"@shuji-koike/eslint-config": "^1.25.1",
"@shuji-koike/storybook": "^1.25.1",
"@types/lodash": "^4.17.13",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"firebase-tools": "^13.29.1",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.0",
"react-router-dom": "^7.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-static-copy": "^2.2.0"
}
}