forked from wesbos/JavaScript30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "JavaScript30",
"version": "1.0.0",
"description": "![](https://javascript30.com/images/JS3-social-share.png)",
"main": "index.js",
"devDependencies": {
"babel-eslint": "7.2.3",
"cssnano": "^5.0.5",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.0.0",
"postcss": "^8.3.0",
"prettier": "^1.14.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexMelw/JavaScript30.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexMelw/JavaScript30/issues"
},
"homepage": "https://github.com/AlexMelw/JavaScript30#readme"
}