forked from sig-gis/comimo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 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
68
69
70
71
{
"name": "CoMiMo",
"version": "1.0.0",
"description": "## Canonical source",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sig-gis/gold-mine-watch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sig-gis/comimo/issues"
},
"homepage": "https://github.com/sig-gis/comimo#readme",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.8.1",
"airbnb-prop-types": "^2.16.0",
"email-validator": "^2.0.4",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"jotai": "^1.8.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.10.0",
"prop-types": "^15.8.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-i18next": "^11.18.5",
"react-select": "^5.7.2",
"react-tabulator": "^0.18.1",
"turf-extent": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.18.9",
"@emotion/babel-plugin": "^11.10.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vitejs/plugin-react": "^2.0.1",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^4.3.0",
"prettier": "2.7.1",
"quick-lint-js": "2.6.0",
"style-loader": "^1.3.0",
"stylelint-config-prettier": "^9.0.3",
"tern": "^0.23.0",
"twin.macro": "^2.7.0",
"vite": "^3.0.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.10.0"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"style-lint": "npx stylelint '**/*.css'",
"js-lint": "find src/js -type f -exec ./node_modules/.bin/quick-lint-js --snarky {} +",
"bundle-dev": "npx vite build --mode dev --watch & npx vite serve dist/public",
"bundle-prod": "npx vite build"
}
}