-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.26 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.26 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
{
"name": "@ainativekit/root",
"version": "0.16.0",
"private": true,
"type": "module",
"description": "AI Native Kit - UI library for ChatGPT Apps SDK",
"scripts": {
"build": "pnpm --filter @ainativekit/ui build",
"test": "pnpm --filter @ainativekit/ui test",
"test:watch": "pnpm --filter @ainativekit/ui test:watch",
"test:coverage": "pnpm --filter @ainativekit/ui test:coverage",
"lint": "pnpm --filter @ainativekit/ui lint",
"lint:fix": "pnpm --filter @ainativekit/ui lint:fix",
"storybook": "pnpm --filter @ainativekit/ui storybook",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/leaflet": "^1.9.21",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint-plugin-local-rules": "^3.0.2",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.0"
},
"engines": {
"node": ">=20.19.2",
"pnpm": ">=9.0.0"
},
"dependencies": {
"embla-carousel-wheel-gestures": "^8.1.0",
"framer-motion": "^12.23.24",
"leaflet": "^1.9.4",
"react-leaflet": "^4.2.1"
}
}