-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
116 lines (116 loc) · 3.45 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "mwater-visualization",
"version": "5.0.0",
"private": true,
"description": "Visualization library",
"repository": "github:mWater/mwater-visualization.git",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/build-library/test-cli",
"test-browser": "node_modules/build-library/test-browser",
"watch": "node_modules/build-library/watch",
"build": "node_modules/build-library/build",
"storybook": "start-storybook -s . -p 6006",
"build-storybook": "build-storybook"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"style": "lib/index.css",
"author": "mWater",
"license": "LGPL-3.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@turf/bbox": "^6.0.1",
"async": "^1.2.1",
"async-latest": "^1.0.0",
"backbone": "~1.1.2",
"billboard.js": "^3.6.0",
"canonical-json": "0.0.4",
"classnames": "^2.3.1",
"color": "^3.2.1",
"color-mixer": "^1.0.0",
"d3": "^5.16.0",
"d3-format": "^1.4.5",
"d3-scale": "^1.0.3",
"d3-scale-chromatic": "^1.5.0",
"d3-tip": "^0.9.0",
"dompurify": "^1.0.11",
"ez-localize": "^2.5.0",
"file-saver": "^2.0.5",
"fixed-data-table-2": "^1.2.15",
"immer": "^8.0.0",
"immutable-setter": "^1.1.1",
"jquery": "^3.6.3",
"js-yaml": "^3.14.0",
"jsonql": "github:mWater/jsonql",
"leaflet": "^1.8.0",
"lodash": "^3.1.0",
"lru-cache": "^6.0.0",
"maplibre-gl": "^2.4.0",
"markdown-it": "^12.0.4",
"moment": "^2.29.1",
"mwater-expressions": "github:mWater/mwater-expressions",
"mwater-expressions-ui": "github:mWater/mwater-expressions-ui",
"mwater-forms": "github:mWater/mwater-forms",
"pako": "^1.0.11",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"rc-slider": "^8.7.1",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-datepicker": "^1.4.0",
"react-dnd": "^6.0.0",
"react-dnd-html5-backend": "^6.0.0",
"react-dom": "^16.14.0",
"react-dropzone": "^14.2.2",
"react-float-affixed": "^1.0.0",
"react-lazy-load-image-component": "^1.5.1",
"react-library": "github:mWater/react-library",
"react-linkify": "^0.2.2",
"react-motion": "^0.5.2",
"react-onclickout": "^2.0.4",
"react-select": "^5.1.0",
"save-svg-as-png": "^1.4.17",
"shallowequal": "^0.2.2",
"ui-builder": "^2.0.1",
"update-object": "^1.0.0",
"utm": "^1.1.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"@types/chai": "^4.3.0",
"@types/color": "^3.0.2",
"@types/d3": "^5.16.4",
"@types/d3-format": "^1.4.1",
"@types/dompurify": "0.0.32",
"@types/fixed-data-table-2": "^0.8.6",
"@types/jquery": "^3.5.5",
"@types/leaflet": "^1.7.9",
"@types/lodash": "^3.10.3",
"@types/prop-types": "^15.7.3",
"@types/rc-slider": "^8.6.6",
"@types/react": "^16.14.2",
"@types/react-color": "^2.17.6",
"@types/react-datepicker": "^1.8.0",
"@types/react-dropzone": "^5.1.0",
"@types/react-select": "^3.0.27",
"@types/uuid": "^3.4.10",
"build-library": "github:mWater/build-library",
"chai": "~2.0.0",
"coffeescript": "^2.5.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"esbuild": "^0.8.34",
"husky": "^1.0.0-rc.13",
"ignore-styles": "^5.0.1",
"jsdom": "^15.2.1",
"react-addons-test-utils": "^0.14.0",
"react-test-renderer": "^16.14.0",
"sinon": "^4.2.0",
"typescript": "^4.8.4"
}
}