This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
generated from ost-cas-fee-adv-22-23/cas-fee-adv-qwacker-tpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.91 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
{
"name": "cas-fee-adv-qwacker-tpl",
"version": "0.0.0-development",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check .",
"prettier:check": "prettier --check './**/*.{ts,tsx}' --config ./.prettierrc",
"prettier:fix": "prettier --write .",
"depcruise": "npx depcruise --config .dependency-cruiser.js src",
"dep-cruise:validate": "npx depcruise src --include-only \"^src\" --config .dependency-cruiser.js",
"test:unit": "jest",
"test:e2e:watch": "npx playwright test --ui",
"test:e2e": "npx playwright test"
},
"dependencies": {
"@smartive-education/design-system-component-library-hello-world-team": "^1.20.28",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-table": "^8.8.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"axios": "^1.3.4",
"eslint-config-next": "13.0.2",
"eslint-plugin-react": "^7.32.2",
"next": "13.0.2",
"next-auth": "^4.16.4",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-infinite-scroller": "^1.2.6",
"react-loader-spinner": "^5.3.4",
"typescript": "4.8.4",
"ulid": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@playwright/test": "^1.34.1",
"@smartive/eslint-config": "^3.1.1",
"@smartive/prettier-config": "^3.0.0",
"@types/jest": "^29.5.1",
"@types/react-infinite-scroller": "^1.2.3",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.5.0",
"dependency-cruiser": "^12.10.0",
"eslint": "^8.35.0",
"jest": "^29.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.1.0"
}
}