-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.41 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
{
"name": "tmb-api-siglibre-2021",
"version": "0.0.1",
"description": "TMB Developer Portal | SIG Libre 2021",
"scripts": {
"lint": "eslint src",
"test": "karma start karma.config.js",
"start": "webpack serve --env dev",
"build": "npm run lint && webpack --env prod",
"deploy": "npm run build && gh-pages -d dist",
"storybook": "start-storybook -s ./static -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geomatico/tmb-api-siglibre-2021.git"
},
"author": "geomatico <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/geomatico/tmb-api-siglibre-2021/issues"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@storybook/addon-actions": "^6.1.9",
"@storybook/addon-essentials": "^6.1.9",
"@storybook/addon-links": "^6.1.9",
"@storybook/react": "^6.1.9",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"dotenv-webpack": "^6.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.12.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"jsdom": "^16.4.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jsdom-launcher": "^8.0.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"mocha": "^8.2.0",
"raw-loader": "^4.0.2",
"sinon": "^9.2.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@material-ui/core": ">=4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": ">=4.0.0-alpha.56",
"geocomponents": "github:geomatico/geocomponents#v0.0.13",
"mapbox-gl": "^1.12.0",
"prop-types": "^15.7.2",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^5.3.6",
"recharts": "^1.8.5",
"throttle-debounce": "^3.0.1"
}
}