-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"name": "@layer7/web",
"description": "Layer7 Web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev -p 6678",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@microsoft/clarity": "^1.0.0",
"@vanilla-extract/css": "^1.17.1",
"@vanilla-extract/recipes": "^0.5.5",
"classnames": "^2.5.1",
"framer-motion": "^12.4.5",
"next": "16.1.6",
"next-themes": "^0.4.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.17.19",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vanilla-extract/next-plugin": "^2.4.10",
"eslint": "^9.20.1",
"eslint-config-next": "15.1.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}