forked from amanda-holanda/raizen-tf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "raizen-talent-fest",
"version": "1.0.0",
"description": "Raizen-Talent-Fest @ Laboratoria",
"main": "src/index.html",
"keywords": [
"javascript",
"firebase",
"jest"
],
"license": "MIT",
"scripts": {
"htmlhint": "htmlhint dist/*.html ",
"eslint": "eslint --fix --ext .js src/ test/",
"stylelint": "stylelint --aei src/**/*.css",
"pretest": "npm run htmlhint && npm run eslint && npm run stylelint",
"test": "jest --coverage",
"start": "serve -s src/",
"deploy": "gh-pages -d src"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"babel-jest": "^27.0.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"htmlhint": "^1.0.0",
"jest": "^27.5.1",
"regenerator-runtime": "^0.13.1",
"serve": "^6.5.8",
"stylelint": "^14.1.0",
"stylelint-config-recommended": "^6.0.0",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"firebase": "^9.14.0",
"gh-pages": "^4.0.0"
}
}