-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "labs.geomatico.es",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack serve --env dev",
"build": "webpack --env prod",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geomatico/geomatico.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geomatico/geomatico.github.io/issues"
},
"homepage": "https://github.com/geomatico/geomatico.github.io#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.12.1",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@geomatico/geocomponents": "^1.0.0",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@mui/styles": "^5.1.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.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": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^4.5.0"
}
}