-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "dadok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H local.dev.dadok.app",
"build": "next build",
"start": "next start -H local.dev.dadok.app",
"dev-ssl": "node scripts/server.mjs local.dev.dadok.app",
"start-ssl": "NODE_ENV=production node scripts/server.mjs local.dev.dadok.app",
"lint": "next lint",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"update-host": "node scripts/updateDevHost.mjs local.dev.dadok.app",
"init-https": "sh scripts/init-mkcert.sh local.dev.dadok.app",
"postinstall": "patch-package"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@headlessui/react": "^1.7.15",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.12",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"axios": "^1.3.4",
"colorthief": "^2.4.0",
"jose": "^5.5.0",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.2",
"react-intersection-observer": "^9.4.3",
"sharp": "^0.32.6"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/addon-styling": "^1.3.2",
"@storybook/blocks": "^7.0.26",
"@storybook/nextjs": "^7.0.26",
"@storybook/react": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^6.5.1",
"@types/gtag.js": "^0.0.20",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "^10.4.14",
"chromatic": "^6.19.9",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"lint-staged": "^13.1.1",
"msw": "1.3.2",
"msw-storybook-addon": "^1.10.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.25",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"storybook": "^7.0.26",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5",
"webpack": "^5.88.1"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint --fix --max-warnings 0",
"prettier --write"
]
},
"readme": "ERROR: No README data found!",
"_id": "team08-boilerplate@0.1.0",
"msw": {
"workerDirectory": "public"
}
}