-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
{
"name": "badge-generator",
"version": "0.1.0",
"homepage": "https://SuzukiKatsuma.github.io/badge-generator",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"web-vitals": "^4.2.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"deploy": "yarn run build && gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"type": "module",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.2",
"bootstrap": "5.3.3",
"eslint": "^9.6.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.3",
"gh-pages": "^6.1.1",
"sass": "^1.77.6",
"typescript": "5.5.2",
"vite": "^5.3.2"
}
}