-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 926 Bytes
/
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": "to-do-list",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StuvaScript/to-do-list.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/StuvaScript/to-do-list/issues"
},
"homepage": "https://github.com/StuvaScript/to-do-list#readme",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "2.8.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}