-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 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
45
46
47
48
49
50
{
"name": "d4dj_db",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^2.8.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@react-hook/window-size": "^3.0.7",
"evergreen-ui": "^6.6.3",
"global": "^4.4.0",
"joi": "^17.5.0",
"mdi-material-ui": "^6.22.0",
"next": ">=11.1.1",
"next-build-id": "^3.0.0",
"next-translate": "^1.2.0",
"pixi-live2d-display": "^0.3.1",
"pixi-spine": "2.1.14",
"pixi.js": "^6.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.22.2",
"react-json-view": "^1.21.3",
"react-live2d": "^1.0.31",
"react-router-dom": "^5.2.0",
"web-api-hooks": "^3.0.2",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.1",
"serve": "^11.3.0",
"ts-loader": "^6.2.1",
"typescript": "^4.3.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}