This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
45
46
47
48
49
50
51
{
"name": "journal-app",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.json && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reduxjs/toolkit": "^1.6.0",
"dayjs": "^1.10.5",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"localforage": "^1.9.0",
"react": "^17.0.0",
"react-day-picker": "7.4.8",
"react-dom": "^17.0.0",
"react-redux": "^7.2.4",
"react-transition-group": "^4.4.2",
"redux-persist": "^6.0.0",
"uuid": "^8.3.2",
"wouter": "^2.7.4"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-transition-group": "^4.4.1",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-react-refresh": "1.3.3",
"autoprefixer": "^10.2.6",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"tailwindcss": "^2.2.0",
"typescript": "^4.3.2",
"vite": "2.3.8",
"vite-plugin-pwa": "^0.8.1",
"vite-tsconfig-paths": "^3.3.13"
}
}