-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 803 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 803 Bytes
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
{
"name": "concentric",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "src/api/index.ts",
"scripts": {
"dev": "run g:dev",
"build": "run g:build",
"check-biome": "run g:check-biome",
"check-eslint": "run g:check-eslint",
"pack": "run g:pack",
"preview": "run g:preview",
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"framer-plugin": "3.11.0-alpha.12",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-slider": "^2.0.6"
},
"devDependencies": {
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"lightningcss": "^1.30.1"
}
}