-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.74 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
58
59
60
61
62
63
64
65
{
"name": "@vitebo/github-vanilla",
"version": "0.1.2",
"description": "a simple web component with information from the github user",
"license": "MIT",
"author": "Vitebo",
"main": "src/app.min.js",
"files": [
"dist/*.js"
],
"scripts": {
"commit": "cz",
"serve": "webpack serve",
"build": "NODE_ENV=production webpack",
"lint": "yarn lint:css && yarn lint:js",
"lint:js": "eslint .",
"lint:css": "stylelint **/*.css",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/jest": "^26.0.15",
"babel-jest": "^26.6.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"cz-emoji": "^1.2.2",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^24.1.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.6.0",
"miragejs": "^0.1.41",
"null-loader": "^4.0.1",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^20.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitebo/github-vanilla.git"
},
"bugs": {
"url": "https://github.com/vitebo/github-vanilla/issues"
},
"homepage": "https://github.com/vitebo/github-vanilla#readme",
"engines": {
"node": "14",
"npm": "7"
}
}