-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1008 Bytes
/
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
{
"name": "awesome-notion-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node fetchConfig && next dev",
"build": "node fetchConfig && next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@fontsource/inter": "^4.5.1",
"framer-motion": "^4.1.17",
"lodash.debounce": "^4.0.8",
"next": "^12.0.9",
"next-seo": "^4.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"ss-search": "^1.6.1",
"zustand": "^3.5.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.12",
"@types/react": "17.0.17",
"autoprefixer": "^10.4.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"request": "^2.88.2",
"tailwindcss": "^3.0.11",
"typescript": "4.3.5"
}
}