-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
39
40
41
{
"name": "infproj-web-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.3.1",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"next": "11.1.2",
"pdfjs-dist": "^2.8.335",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-rnd": "^10.3.5",
"react-slider": "^1.3.1",
"styled-components": "^5.3.3",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/node": "^16.11.1",
"@types/react": "^17.0.30",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"typescript": "^4.4.4"
},
"resolutions": {
"styled-components": "^5"
}
}