This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.7 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
{
"name": "next-popular-website-starter",
"version": "0.1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"contentful-typescript-codegen": "contentful-typescript-codegen --output @types/generated/contentful.d.ts",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"lighthouse-check": "lhci autorun"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"contentful": "^8.3.5",
"contentful-management": "^7.22.2",
"dotenv": "^10.0.0",
"next": "^12.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.4",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-viewport": "^6.1.21",
"@storybook/node-logger": "^6.1.21",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.1.21",
"@types/node": "^16.7.4",
"@types/react": "^17.0.6",
"@types/react-stickynode": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"contentful-typescript-codegen": "^3.2.2",
"eslint": "^8.13.0",
"eslint-config-teacode": "^1.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.4.0",
"file-loader": "^6.2.0",
"storybook-addon-emotion-theme": "^2.1.1",
"typescript": "^4.2.4"
}
}