-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "restorix",
"version": "0.0.1-alpha.5",
"private": true,
"engines": {
"node": "19.2.0",
"pnpm": "7.18.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docker:start": "pnpm install --frozen-lockfile && pnpm run start",
"lint": "next lint",
"ts-lint": "tsc --noEmit --incremental --watch",
"ts-lint-commit-hook": "tsc --noEmit --incremental"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"antd": "^5.0.7",
"docker-compose": "^0.23.17",
"dockerode": "^3.3.4",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"next": "13.0.7",
"prettier": "^2.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"react-js-cron": "^3.0.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/dockerode": "^3.3.14",
"npm-check": "^6.0.1"
}
}