-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "jstncno.github.io",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"publish": "ts-node -O '{\"module\": \"commonjs\"}' scripts/publish.ts"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@types/p5": "^1.3.1",
"classnames": "^2.3.1",
"delaunator": "^5.0.0",
"esbuild": "^0.13.9",
"mdx-bundler": "^10.0.1",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"p5": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"swr": "^2.2.4",
"unsplash-js": "^7.0.15"
},
"devDependencies": {
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.104",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/delaunator": "^3.0.0",
"@types/js-yaml": "^4.0.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.20",
"autoprefixer": "^10.4.1",
"eslint": "7.23.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.5",
"sass": "^1.48.0",
"tailwindcss": "^3.0.9",
"ts-node": "^10.4.0",
"typescript": "4.5.2"
},
"engines": {
"node": "18.19.0"
}
}