-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.84 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "beat-strong-man",
"version": "1.0.0",
"description": "BMS haha",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"build:dev": "webpack --mode=development --config ./webpack.config.ts",
"build:prod": "webpack --mode=production --node-env=production --config ./webpack.config.ts",
"watch": "webpack --watch --config ./webpack.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotoritos-kim/Beat-Strong-Man.git"
},
"keywords": [
"bms"
],
"author": "dotoritos-kim",
"license": "ISC",
"bugs": {
"url": "https://github.com/dotoritos-kim/Beat-Strong-Man/issues"
},
"homepage": "https://github.com/dotoritos-kim/Beat-Strong-Man#readme",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@react-three/p2": "^0.0.6",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/three": "^0.169.0",
"leva": "^0.9.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"three": "^0.170.0",
"typia": "^6.11.3",
"web-vitals": "^2.1.4",
"zustand": "^5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "npm:@jsr/ryoppippi__unplugin-typia@^1.0.7",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.1",
"@swc/jest": "^0.2.37",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-server": "^4.7.1",
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.6.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}