-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "occupied-paris",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@react-hooks-library/core": "^0.5.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/render": "^3.2.6",
"@react-spring/parallax": "^9.7.3",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@uidotdev/usehooks": "^2.0.1",
"autoprefixer": "10.4.14",
"babel-preset-es2015": "^6.24.1",
"flickity": "^2.3.0",
"next": "13.4.8",
"pdfjs-dist": "^3.4.120",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-flickity-component": "^4.0.6",
"react-pdf": "^7.1.2",
"simple-statistics": "^7.8.3",
"styled-components": "^6.0.4",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/pdfjs-dist": "^2.10.378",
"file-loader": "^6.2.0",
"raw-loader": "^4.0.2"
}
}