-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "42extra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier './**/*.ts*' --write"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@emotion/react": "^11.10.6",
"@mdx-js/react": "2.3.0",
"@nivo/calendar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/radar": "^0.87.0",
"@tailwindcss/forms": "^0.5.3",
"@theme-ui/presets": "^0.15.5",
"datebook": "^8.0.0",
"kbar": "^0.1.0-beta.40",
"limiter": "^2.1.0",
"lucide-react": "^0.115.0",
"next": "^15.0.1",
"next-auth": "^4.19.2",
"normalize-url": "^8.0.0",
"pretty-ms": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-inlinesvg": "^3.0.2",
"react-markdown": "^8.0.5",
"remark-gfm": "^3.0.1",
"swr": "^2.0.4",
"theme-ui": "^0.15.5"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.13",
"eslint": "8.35.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
}