-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "matico_app_server",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@adobe/react-spectrum": "^3.20.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@loaders.gl/core": "^3.1.4",
"@loaders.gl/json": "^3.1.4",
"@maticoapp/matico_components": "^1.0.3",
"@maticoapp/matico_types": "^0.1.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@next/bundle-analyzer": "^12.2.5",
"@prisma/client": "4.2.1",
"@react-spectrum/card": "^3.0.0-alpha.10",
"@react-spectrum/color": "3.0.0-beta.14",
"@react-stately/data": "^3.6.0",
"@spectrum-icons/illustrations": "^3.2.2",
"@spectrum-icons/workflow": "^3.2.1",
"@types/papaparse": "^5.3.1",
"@types/shpjs": "^3.4.1",
"axios": "^0.24.0",
"date-fns": "^2.28.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"next": "^12.2.0",
"next-auth": "^4.10.3",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.1",
"react": "^18.2.0",
"react-ace": "^9.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.4.2",
"react-mde": "^11.5.0",
"react-paginate": "^8.1.0",
"react-stately": "^3.16.0",
"react-ui-cards": "^3.0.0",
"styled-components": "^5.3.1",
"swr": "^1.1.1"
},
"devDependencies": {
"@types/logrocket-react": "^3.0.0",
"@types/node": "16.11.13",
"@types/react": "17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"file-loader": "^6.2.0",
"prisma": "^4.2.1",
"typescript": "4.5.4",
"webpack-visualizer-plugin": "^0.1.11"
}
}