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
43 lines (43 loc) · 1.59 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
{
"name": "cas-fee-adv-qwacker-tpl",
"version": "0.0.0-development",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint \"./**/*.{ts,tsx}\"",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write . \"./**/*.{ts,tsx}\"",
"prettier:check": "prettier --check \"./**/*.{ts,tsx}\"",
"style-check": "npm run lint && npm run prettier:check",
"test:e2e:local": "npx playwright test --project=e2e-local",
"test:e2e:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.0-jammy /bin/bash -c \"npx playwright test --project=e2e\"",
"test:e2e:update-snapshot": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.0-jammy /bin/bash -c \"npx playwright test --update-snapshots --project=e2e\""
},
"dependencies": {
"@smartive-education/design-system-component-library-bytelight": "^1.1.6",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"eslint-config-next": "13.0.2",
"next": "13.0.2",
"next-auth": "^4.20.1",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"terraform": "^1.22.1",
"typescript": "^4.8.4",
"ulid": "^2.3.0"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@smartive/eslint-config": "^3.1.1",
"@smartive/prettier-config": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4"
}
}