-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 859 Bytes
/
package.json
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": "aluma",
"type": "module",
"engines": {
"node": "18.16.0"
},
"scripts": {
"build": "ts-node --esm esbuild.config.ts",
"watch": "yarn build && yarn build --watch",
"check": "biome check --write ./src/*"
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@biomejs/biome": "1.8.3",
"@figma/plugin-typings": "^1.99.0",
"@linaria/esbuild": "^5.0.3",
"@types/node": "^20.5.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"ts-node": "^10.9.1",
"typescript": "*"
},
"dependencies": {
"@linaria/babel-preset": "^5.0.3",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^2.1.1",
"esbuild": "^0.20.2",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2",
"url": "^0.11.1"
}
}