-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.4244696284
More file actions
86 lines (80 loc) · 2.13 KB
/
package.json.4244696284
File metadata and controls
86 lines (80 loc) · 2.13 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "JavaScript",
"version": "1.0.0",
"description": "JavaScript Coding",
"main": "index.js",
"dependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.17.1"
},
"devDependencies": {
"eslint": "5.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":
"lint": "eslint JavaScript.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Doogie201/JavaScript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Doogie201/JavaScript/issues"
},
"homepage": "https://github.com/Doogie201/JavaScript#readme"
}
{
"name": "JavaScript",
"version": "1.0.0",
"description": "JavaScript Coding",
"main": "index.js",
"dependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.17.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"prettier": "^1.18.2"
},
"scripts": {
//"test": "echo \"Error: no test specified\" && exit 1",
"test": "react-scripts test",
//"start": "node index.js",
"start":"react-scripts start",
"build":"react-scripts build",
"eject":"react-scripts eject",
"lint": "eslint JavaScript.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Doogie201/JavaScript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Doogie201/JavaScript/issues"
},
"homepage": "https://github.com/Doogie201/JavaScript#readme"
}
"react/jsx-one-expression-per-line": 0