forked from aline-camargo/hackathon-Zero800
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "open-house-project",
"version": "1.0.0",
"description": "Projeto Open House @ Laboratoria",
"main": "src/index.html",
"scripts": {
"htmlhint": "htmlhint dist/*.html ",
"eslint": "eslint --ext .js src/ test/",
"stylelint": "stylelint --aei src/**/*.css",
"lint": "npm run eslint && npm run htmlhint && npm run stylelint",
"start": "serve src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moniyama/SAP003-open-house.git"
},
"keywords": [
"javascript",
"firebase"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/moniyama/SAP003-open-house/issues"
},
"homepage": "https://github.com/moniyama/SAP003-open-house#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"stylelint-config-css-modules": "^2.1.0"
},
"dependencies": {
"htmlhint": "^0.11.0",
"lint": "^0.7.0",
"serve": "^11.2.0",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0"
}
}