Projekt

Obecné

Profil

Stáhnout (694 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "webapp",
3
  "version": "0.1.0",
4
  "private": true,
5
  "scripts": {
6
    "dev": "next dev",
7
    "build": "next build",
8
    "start": "next start",
9
    "lint": "next lint"
10
  },
11
  "dependencies": {
12
    "@fortawesome/fontawesome-free": "^6.1.0",
13
    "antd": "^4.19.5",
14
    "axios": "^0.26.1",
15
    "bootstrap": "^5.1.3",
16
    "http-status-codes": "^2.2.0",
17
    "next": "12.1.0",
18
    "react": "17.0.2",
19
    "react-bootstrap": "^2.2.1",
20
    "react-dom": "17.0.2"
21
  },
22
  "devDependencies": {
23
    "@types/node": "17.0.21",
24
    "@types/react": "17.0.41",
25
    "eslint": "8.11.0",
26
    "eslint-config-next": "12.1.0",
27
    "prettier": "^2.6.0",
28
    "sass": "^1.49.9",
29
    "typescript": "4.6.2"
30
  }
31
}
(9-9/11)