-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.07 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
{
"name": "seedsource-ui",
"version": "1.9.1",
"description": "React component library for seedsource-based applications (e.g., Seedlot Selection Tool)",
"module": "./lib/index.js",
"main": "./lib/index.js",
"scripts": {
"build": "tsc -p tsconfig.json && copyfiles -u 1 src/**/*.jison lib/",
"start": "tsc -w -p tsconfig.json",
"extract-messages": "ttag update locales/es_MX/seedsource-ui.po src"
},
"author": "Conservation Biology Institute",
"license": "MIT",
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/isomorphic-fetch": "0.0.35",
"@types/leaflet": "^1.5.17",
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/shpjs": "^3.4.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"copyfiles": "^2.4.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.0.0",
"prettier": "^2.1.2",
"react": "16.9.x",
"react-dom": "16.9.x",
"react-redux": "7.2.x",
"redux": "4.0.x",
"redux-thunk": "2.3.x",
"ttag-cli": "^1.9.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"bulma": "^0.9.1",
"bulma-checkradio": "^1.1.1",
"csv-parse": "^4.15.3",
"csv-stringify": "^5.6.2",
"isomorphic-fetch": "^2.2.1",
"jison": "^0.4.18",
"leaflet": "^1.7.1",
"leaflet-basemaps": "^0.3.4",
"leaflet-geonames": "^0.4.9",
"leaflet-omnivore": "^0.3.4",
"leaflet-range": "^0.1.5",
"leaflet-zoombox": "^0.5.1",
"leaflet.vectorgrid": "^1.3.0",
"lethargy": "^1.0.9",
"prop-types": "^15.7.2",
"react-copy-to-clipboard": "^5.0.4",
"react-tooltip": "^4.2.10",
"shpjs": "^3.6.0",
"ttag": "^1.7.23",
"uuid": "^8.3.1"
}
}