-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·38 lines (38 loc) · 1.04 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
{
"name": "check-de-go",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"bignumber.js": "^9.0.2",
"jspdf": "^2.5.0",
"number-to-words": "^1.2.4",
"react": "18.0.0-rc.0",
"react-dom": "18.0.0-rc.0",
"react-use-await": "^0.0.5"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/number-to-words": "^1.2.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react": "^1.1.4",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"typescript": "^4.5.5",
"vite": "^2.7.13"
}
}