-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "infomap-online",
"version": "2.0.0",
"private": true,
"homepage": "/infomap",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "scp -r out/* icelab-mapequation:/var/www/infomap"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/open-sans": "^4.5.13",
"@fontsource/philosopher": "^4.5.11",
"@mapequation/c3": "^1.1.1",
"@mapequation/infomap": "^2.6.1",
"@matejmazur/react-katex": "^3.1.3",
"arg": "^5.0.2",
"chakra-react-select": "^4.4.0",
"d3": "^7.6.1",
"file-saver": "^2.0.5",
"framer-motion": "^7.6.4",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"next": "^13.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
}
}