-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 KB
/
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
36
37
38
39
40
41
{
"name": "solvedac-cards",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "NODE_ENV=development ts-node --swc src",
"lint": "eslint --ignore-path .gitignore",
"start": "node dist"
},
"keywords": [],
"author": "Starcea <[email protected]>",
"license": "MIT",
"devDependencies": {
"@swc/core": "1.3.82",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/crypto-js": "^4.1.2",
"@types/d3": "^6.7.8",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"pino-pretty": "^10.2.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.5.0",
"crypto-js": "^4.1.1",
"d3": "^6.7.0",
"fastify": "^4.23.0",
"satori": "^0.10.4"
},
"packageManager": "[email protected]"
}