-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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
{
"private": true,
"name": "transfer-planner",
"version": "1.0.0",
"license": "ISC",
"author": "Sam Kim",
"type": "module",
"packageManager": "pnpm@9.0.4",
"scripts": {
"build": "pnpm --recursive run build",
"start": "pnpm --recursive --no-sort run start"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.22.0",
"@html-eslint/parser": "^0.22.0",
"@types/node": "20.8.2",
"eslint": "^8.56.0",
"eslint-plugin-jsonc": "^2.12.2",
"eslint-plugin-markdownlint": "^0.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-yml": "^1.13.1",
"gts": "^5.2.0",
"prettier-eslint": "^16.2.0",
"prettier-plugin-organize-imports": "^3.2.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=17.0.0"
},
"engineStrict": true
}