-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 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
{
"private": true,
"name": "tahri.dev",
"engines": {
"node": "22"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"typecheck": "tsc"
},
"dependencies": {
"@picocss/pico": "2.0.6",
"classnames": "2.5.1",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tsconfig/node22": "22.0.0",
"@types/lodash": "4.17.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vanilla-extract/css": "1.16.0",
"@vanilla-extract/dynamic": "2.1.2",
"@vanilla-extract/next-plugin": "2.4.6",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}