-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.25 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
{
"name": "amp-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"lint-fix": "turbo run lint -- --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@amp/prettier-config": "workspace:*",
"@eslint/js": "^9.39.1",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vanilla-extract/css": "catalog:",
"@vanilla-extract/vite-plugin": "catalog:",
"@vitejs/plugin-react": "catalog:",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "catalog:",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"turbo": "^2.7.2",
"typescript": "catalog:",
"typescript-eslint": "^8.46.4",
"vite": "catalog:",
"vite-tsconfig-paths": "^6.0.3"
},
"prettier": "@amp/prettier-config",
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
"dependencies": {
"@vanilla-extract/recipes": "catalog:"
}
}