-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "settings",
"version": "1.0.0",
"description": "A place to store my settings/dotFiles/etc, my oldest repository",
"main": "index.js",
"dependencies": {
"load-asciicast": "^2.1.0",
"lodash": "^4.17.21",
"loose-envify": "^1.4.0",
"js-tokens": "^4.0.0",
"ansi-to-rgb": "^1.0.0",
"object-assign": "^4.1.1",
"react": "^16.14.0",
"object-hash": "^1.3.1",
"prop-types": "^15.8.1",
"react-is": "^16.13.1",
"react-dom": "^16.14.0",
"scheduler": "^0.19.1",
"svg-term": "^2.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idvorkin/settings.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/idvorkin/settings/issues"
},
"homepage": "https://github.com/idvorkin/settings#readme",
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1"
},
"lint-staged": {
"*.{ts,css,html,json}": "prettier --write",
"*.py": [
"black"
],
"*.md": [
"prettier --write",
"markdownlint --fix"
]
}
}