-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"name": "notion-blog-template",
"sideEffects": false,
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"test-dev": "jest --watch",
"test": "jest",
"analyze-bundle": "ANALYZE=true yarn build"
},
"dependencies": {
"@blazity/next-image-proxy": "^1.0.2",
"@fontsource/inter": "^4.5.14",
"@notionhq/client": "^2.2.0",
"framer-motion": "^7.3.6",
"korean-regexp": "^1.0.11",
"lodash": "^4.17.21",
"next": "^14.1.0",
"next-sitemap": "^3.1.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^6.1.8",
"styled-media-query": "^2.1.2",
"styled-reset": "^4.4.2",
"three": "^0.144.0"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@jackfranklin/test-data-bot": "^2.0.0",
"@next/bundle-analyzer": "^12.3.1",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.14.202",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.23.1",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"notion-api-types": "^1.0.0",
"typescript": "5"
},
"resolutions": {
"**/@types/react": "^18.0.10",
"**/@types/react-dom": "^18.0.5"
}
}