-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
42
43
44
{
"name": "billreminder",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@acai/router": "^2.1.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@rematch/core": "^2.1.0",
"@rematch/persist": "^2.1.0",
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"formalization": "^1.4.25",
"preact": "^10.5.13",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"sass": "^1.37.5",
"styled-components": "^5.3.0",
"vanilla-masker": "^1.2.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.0.0",
"@types/faker": "^5.5.8",
"@types/react-router-dom": "^5.1.8",
"@types/styled-components": "^5.1.12",
"@types/vanilla-masker": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react-hooks": "^4.2.0",
"faker": "^5.5.3",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-tsconfig-paths": "^3.3.13"
}
}