forked from Juguetear/juguetear-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.3 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
{
"name": "juguetear-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o .sb",
"lint": "next lint",
"test": "jest --watch",
"postinstall": "husky install"
},
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@portabletext/react": "^3.0.11",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.20.1",
"get-youtube-id": "^1.0.1",
"next": "^14.0.3",
"next-sanity": "^6.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.20.1",
"styled-components": "^6.1.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.5.3",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.32",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.1.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"rimraf": "^5.0.5",
"storybook": "^7.5.3",
"tailwindcss": "^3.3.5",
"tsc-files": "^1.1.4",
"typescript": "^5.3.2"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5",
"singleQuote": false,
"semi": true
},
"packageManager": "[email protected]"
}