-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "teitei-tk.com",
"version": "0.1.0",
"main": "index.js",
"repository": "ssh://[email protected]/teitei-tk/teitei-tk.com.git",
"author": "teitei-tk <[email protected]>",
"license": "Apache 2.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "biome lint --apply .",
"format": "biome format --write .",
"check": "biome check --apply .",
"fix": "biome check --apply .",
"test": "vitest",
"export": "yarn build && yarn next export"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^12.1.5",
"@types/node": "^20.14.5",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@next/third-parties": "^14.2.4",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@zeit-ui/react": "^1.8.1",
"next": "12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"packageManager": "[email protected]"
}