-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
{
"name": "albert-heijn-timesheet",
"version": "2.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"typescript": "tsc --noEmit",
"stylelint": "stylelint **/*.scss",
"lint": "eslint . --cache --cache-strategy content --cache-location dist/eslint",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"chalk-template": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^11.1.1",
"humanize-duration": "^3.28.0",
"luxon": "^3.3.0",
"next": "^13.2.4",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8",
"swr": "^2.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/fs-extra": "^11.0.1",
"@types/humanize-duration": "^3.27.1",
"@types/luxon": "^3.2.0",
"@types/node": "^18.15.9",
"@types/react": "^18.0.29",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"sass": "^1.60.0",
"stylelint": "^15.3.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-scss": "^4.5.0",
"typescript": "^5.0.2"
}
}