-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "yoelvismulen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3500",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"updateData": "node src/data/updateData.js",
"updateDataLocally": "nodenv --env .env.local src/data/updateData.js"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"@react-spring/web": "^9.5.5",
"classnames": "^2.3.2",
"dayjs": "^1.11.5",
"html-react-parser": "^3.0.4",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.11.0",
"slugify": "^1.6.5"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"node-env-run": "^4.0.2",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
}
}