-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.72 KB
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
{
"name": "plantilla-visor-react",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "npm run lint",
"start": "webpack serve --env dev --host=0.0.0.0 --port 8082 --disable-host-check --useLocalIp",
"build": "npm test && webpack --env prod",
"deploy": "npm run build && gh-pages -d dist",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geomatico/plantilla-visor-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geomatico/plantilla-visor-react/issues"
},
"homepage": "https://labs.geomatico.es/plantilla-visor-react",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"dotenv-webpack": "^7.0.2",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"pre-commit": "^1.2.2",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@geomatico/geocomponents": "^0.0.24",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@uiw/react-codemirror": "^3.2.1",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-map-gl": "^5.3.15",
"storybook": "^6.3.7"
}
}