-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.71 KB
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
{
"name": "cocoa-accountability-map",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"modclean": "modclean -n default:safe -r --ignore=\"@bit/kriscarle.maphubs-utils.maphubs-utils.log\""
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-flow": "^7.12.1",
"@bit/kriscarle.maphubs-components.components.map": "^1.5.0",
"@material-ui/core": "^4.11.0",
"@turf/bbox": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^4.8.4",
"babel-plugin-import": "^1.13.1",
"less": "3.12.2",
"less-vars-to-js": "1.3.0",
"lodash.foreachright": "^4.4.0",
"lunr": "^2.3.9",
"mapbox-gl-sync-move": "^0.1.0",
"next": "10.0.1",
"null-loader": "4.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"unstated": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^23.0.0",
"flow-bin": "^0.138.0"
},
"license": "MIT"
}