-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 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
{
"name": "aspnet-and-reactjs-template",
"version": "1.0.0",
"description": "A very boring thing. Probably not worth your time.",
"main": "index.js",
"husky": {
"hooks": {
"pre-commit": "make lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rubix982/ASP.NET-ReactJS-Template"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rubix982/ASP.NET-ReactJS-Template/issues"
},
"homepage": "https://github.com/Rubix982/ASP.NET-ReactJS-Template/blob/main/README.md",
"devDependencies": {
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"airbnb": "^0.0.2",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^7.0.4",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"prettier": "^2.6.2",
"yarn": "^1.22.18"
}
}