-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.32 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
{
"name": "menorca-vt",
"version": "0.0.1",
"description": "Menorca Vector Tiles",
"scripts": {
"lint": "eslint src",
"test": "npm run lint && karma start karma.config.js",
"start": "webpack serve --env dev",
"build": "npm test && 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/menorca-vt.git"
},
"author": "geomatico <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/geomatico/menorca-vt/issues"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@deck.gl/aggregation-layers": "^8.8.20",
"@deck.gl/core": "^8.8.20",
"@deck.gl/layers": "^8.8.20",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@geomatico/geocomponents": "^2.0.10",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/styles": "^5.10.3",
"@storybook/addon-actions": "^6.5.11",
"@storybook/addon-essentials": "^6.5.11",
"@storybook/addon-links": "^6.5.11",
"@storybook/builder-webpack5": "^6.5.11",
"@storybook/manager-webpack5": "^6.5.11",
"@storybook/react": "^6.5.11",
"babel-loader": "^8.1.0",
"chai": "^4.3.7",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "8.22",
"eslint-plugin-react": "^7.21.5",
"gh-pages": "^4.0.0",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"mocha": "^10.1.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-card-flip": "^1.1.5",
"react-dom": "^17.0.2",
"react-singleton-hook": "^3.4.0",
"react-vega": "^7.6.0",
"storybook": "^6.5.11",
"style-loader": "^3.3.1",
"throttle-debounce": "^5.0.0",
"url-loader": "^4.1.1",
"vega": "^5.22.1",
"vega-lite": "^5.5.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.8.0"
}
}