-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "mujer-segura",
"version": "1.0.0",
"description": "Mujer segura @ Laboratoria Hackaton",
"main": "src/main.js",
"keywords": [
"javascript",
"firebase",
"jest"
],
"license": "MIT",
"scripts": {
"htmlhint": "htmlhint dist/*.html ",
"eslint": "eslint --ext .js src/ test/",
"stylelint": "stylelint --aei src/**/*.css",
"pretest": "npm run htmlhint && npm run eslint && npm run stylelint",
"test": "jest --coverage",
"start": "webpack-dev-server",
"eslintfix": "eslint --fix",
"build": "webpack --mode production",
"deploy": "rm -rf dist && npm run build && gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"css-loader": "^4.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.1.2",
"file-loader": "^6.0.0",
"gh-pages": "^3.1.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"htmlhint": "^0.11.0",
"jest": "^24.8.0",
"loader": "^2.1.1",
"node-sass": "^4.14.1",
"regenerator-runtime": "^0.13.1",
"sass": "^1.26.10",
"serve": "^11.0.2",
"style-loader": "^1.2.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"firebase": "^7.17.1",
"google-maps": "^4.3.2"
}
}