-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "imaginerio-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@blueprintjs/core": "^3.36.0",
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.2",
"@emotion/is-prop-valid": "^1.1.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@imaginerio/diachronic-atlas": "^0.10.0",
"axios": "^0.19.2",
"axios-retry": "^3.2.4",
"cookie-cutter": "^0.2.0",
"framer-motion": "^2.9.5",
"html-react-parser": "^0.14.2",
"intro.js": "^4.2.2",
"intro.js-react": "^0.5.0",
"lodash": "^4.17.20",
"mapbox-gl": "1.13.0",
"mirador": "^3.2.0",
"next": "^11.0.0",
"prop-types": "^15.7.2",
"react": "16",
"react-dom": "16.13.1",
"react-slider": "^1.1.4",
"react-window": "^1.8.6",
"swr": "^0.5.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0"
}
}