-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.62 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
106
{
"name": "portfolio",
"version": "2.1.0",
"private": true,
"scripts": {
"init-pre-commit": "cp scripts/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit && echo 'pre-commit hook installed'",
"prepare": "is-ci || (husky install && yarn init-pre-commit)",
"postinstall": "patch-package && yarn prepare",
"pull-env": "npx vercel env pull .env",
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"lint": "next lint --fix",
"test:dev": "vitest dev --update",
"test": "vitest run --coverage --reporter junit --outputFile reports/vitest-report.xml",
"cypress:open": "cypress open",
"pre-commit": "yarn format && yarn typecheck && yarn lint && yarn test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic"
},
"dependencies": {
"@contentful/live-preview": "^2.7.1",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@contentful/rich-text-types": "^15.12.1",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@types/react-scroll": "^1.8.7",
"@vercel/analytics": "^1.5.0",
"axios": "^1.6.0",
"caniuse-lite": "^1.0.30001517",
"client-only": "^0.0.1",
"contentful": "^10.4.2",
"framer-motion": "^10.15.0",
"graphiql": "^3.0.5",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.4.12",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^8.0.3",
"react-scroll": "^1.8.9",
"react-syntax-highlighter": "^15.5.0",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"storybook": "^7.3.1",
"typewriter-effect": "^2.18.2",
"utils-toolkit": "^0.2.3",
"winston": "^3.10.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-interactions": "^7.3.1",
"@storybook/addon-links": "^7.3.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.6",
"@storybook/blocks": "^7.3.1",
"@storybook/nextjs": "^7.3.1",
"@storybook/react": "^7.3.1",
"@storybook/testing-library": "^0.2.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/lodash": "^4.14.182",
"@types/node": "^14.14.19",
"@types/react": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitest/coverage-v8": "^0.34.1",
"autoprefixer": "^10.4.2",
"chromatic": "^11.0.0",
"cypress": "^12.17.4",
"dotenv": "^16.3.1",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"pinst": "^3.0.0",
"postcss": "^8.4.31",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.12",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"readme": "https://github.com/dtran421/portfolio#readme",
"_id": "[email protected]"
}