-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
{
"name": "nextjs-app-dir-example",
"version": "0.0.55",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier \"**/*.{js,ts,tsx}\" --write",
"format:check": "prettier \"**/*.{js,ts,tsx}\" --check"
},
"dependencies": {
"@faker-js/faker": "^9.9.0",
"@knocklabs/node": "^1.11.2",
"@knocklabs/react": "workspace:*",
"@telegraph/button": "^0.4.1",
"@telegraph/combobox": "^0.2.2",
"@telegraph/icon": "^0.4.0",
"@telegraph/input": "^0.2.2",
"@telegraph/layout": "^0.4.0",
"@telegraph/select": "^0.0.85",
"@telegraph/textarea": "^0.1.9",
"@telegraph/tokens": "^0.1.4",
"@telegraph/typography": "^0.2.0",
"framer-motion": "^12.28.1",
"next": "npm:next@15.3.6",
"next-seo": "^6.8.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"sonner": "^2.0.6",
"swr": "^2.4.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@knocklabs/eslint-config": "workspace:^",
"@knocklabs/typescript-config": "workspace:^",
"@next/eslint-plugin-next": "^15.3.1",
"@types/eslint": "^8.44.7",
"@types/node": "^24",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/uuid": "^10.0.0",
"eslint": "^8.56.0",
"eslint-config-next": "15.4.6",
"typescript": "^5.8.3"
},
"engines": {
"node": "22.17.0"
}
}