-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
105 lines (105 loc) · 3.31 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@dr-kobros/hardcore-react-training",
"type": "module",
"version": "2024.10.0",
"description": "A two day hardcore React workshop for professionals",
"main": "src",
"scripts": {
"test": "vitest run",
"test:e2e": "playwright test",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "pnpm tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "https://github.com/pekkis/hardcore-react-training"
},
"keywords": [
"React",
"training"
],
"author": "Pekkis",
"license": "MIT",
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@react-three/fiber": "^8.17.8",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@vanilla-extract/css": "^1.15.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"clsx": "^2.1.1",
"currency-codes": "^2.1.0",
"framer-motion": "^11.9.0",
"immer": "^10.1.1",
"ky": "^1.7.2",
"luxon": "^3.5.0",
"next": "^14.2.13",
"normalize.css": "^8.0.1",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"remeda": "^2.14.0",
"sharp": "^0.33.5",
"three": "^0.169.0",
"zod": "^3.23.8",
"zustand": "4.5.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@next/bundle-analyzer": "^14.2.13",
"@playwright/test": "^1.47.2",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.3.3",
"@storybook/nextjs": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/test": "^8.3.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vanilla-extract/next-plugin": "^2.4.5",
"@vanilla-extract/webpack-plugin": "^2.3.13",
"@vitejs/plugin-react": "^4.3.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.1",
"mini-css-extract-plugin": "^2.9.1",
"msw": "^2.4.9",
"prettier": "^3.3.3",
"storybook": "^8.3.3",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.6.2",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}