-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "portfolio-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type": "tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"contentful-ts-codegen": "contentful-typescript-codegen --output @types/generated/contentful.d.ts",
"prepare": "husky install",
"staged": "run-s lint type"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.1",
"clsx": "^1.1.1",
"contentful": "^9.1.32",
"contentful-management": "^10.6.2",
"contentful-typescript-codegen": "^3.2.3",
"dotenv": "^16.0.1",
"next": "12.1.6",
"next-pwa": "^5.5.2",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-typed": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@storybook/addon-actions": "^6.5.7",
"@storybook/addon-essentials": "^6.5.7",
"@storybook/addon-interactions": "^6.5.7",
"@storybook/addon-links": "^6.5.7",
"@storybook/builder-webpack4": "^6.5.7",
"@storybook/manager-webpack4": "^6.5.7",
"@storybook/react": "^6.5.7",
"@storybook/testing-library": "^0.0.11",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.10",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^9",
"babel-loader": "^8.2.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"husky": ">=7",
"lint-staged": ">=10",
"npm-run-all": "^4.1.5",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "4.7.2"
}
}