-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.86 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
{
"private": true,
"scripts": {
"build": "rimraf -I ./public/storybook-static && npm run build-storybook && node ./post-build-storybook.mjs && npm run build-next",
"build-next": "next build",
"dev": "run-p dev-next storybook",
"dev-next": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token CHROMATIC_PROJECT_TOKEN",
"generate:icon-list": "node ./scripts/generateIconsList.js",
"spritegen": "npx svg-sprite -s --symbol-dest public --symbol-sprite sprite.svg icons/*.svg && npm run generate:icon-list",
"generate:component": "npx hygen component with-prompt",
"generate:module": "npx hygen module with-prompt"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.14",
"@portabletext/react": "3.0.4",
"@sanity/client": "^6.10.0",
"@sanity/demo": "1.0.2",
"@sanity/overlays": "^2.3.0",
"@sanity/react-loader": "^1.6.4",
"@sanity/ui": "^1.8.2",
"@sanity/vision": "3.15.1",
"@tailwindcss/typography": "0.5.9",
"classnames": "^2.3.2",
"framer-motion": "^10.16.4",
"next": "13.4.8",
"next-sanity": "^5.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "^3.16.7",
"sanity-plugin-iframe-pane": "2.5.5",
"sanity-plugin-workflow": "^1.0.2",
"styled-components": "5.3.11",
"swr": "^2.2.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@portabletext/types": "^2.0.8",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.4.4",
"@storybook/addon-interactions": "^7.4.4",
"@storybook/addon-links": "^7.4.4",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.4",
"@storybook/nextjs": "^7.4.5",
"@storybook/react": "^7.4.4",
"@storybook/testing-library": "^0.2.1",
"@types/react": "18.2.20",
"autoprefixer": "^10.4.15",
"chromatic": "^7.4.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.17",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "^0.6.14",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.28",
"prettier": "3.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-tailwindcss": "^0.5.3",
"rimraf": "^5.0.5",
"sass": "^1.68.0",
"storybook": "^7.4.3",
"storybook-addon-designs": "^6.3.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
},
"engines": {
"node": ">=16"
},
"name": "",
"version": "",
"readme": "ERROR: No README data found!",
"_id": "@"
}