-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "frances-kornbluth",
"description": "Artist website for Francis Kornbluth",
"version": "3.0.0",
"private": true,
"author": "[email protected]",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.28.0",
"bootstrap": "^5.3.3",
"focus-trap-react": "^8.9.0",
"focus-visible": "^5.2.0",
"history": "5",
"polished": "^4.1.3",
"query-string": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-helmet-async": "^2.0.5",
"react-router-dom": "6",
"react-select": "^5.7.2",
"reactstrap": "^9.2.2",
"styled-components": "^5.3.3",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@types/node": "^20.12.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-gtm-module": "^2.0.1",
"@types/styled-components": "^5.1.19",
"@vitejs/plugin-react": "^4.0.3",
"cross-env": "^7.0.2",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-tsconfig-paths": "^4.0.7"
},
"engines": {
"node": "18",
"npm": "10"
}
}