-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.17 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@onfido/castor-icons",
"version": "2.23.2",
"description": "Collection of icons for Castor.",
"author": "Onfido",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/onfido/castor-icons.git"
},
"bugs": {
"url": "https://github.com/onfido/castor-icons/issues"
},
"homepage": "https://github.com/onfido/castor-icons",
"main": "js/index.js",
"types": "ts/index.ts",
"module": "js/index.js",
"sideEffects": false,
"engines": {
"node": ">= 16.14",
"npm": ">= 8",
"yarn": "\n\n\u001b[1;31m[ERROR]\u001b[0;32m Please use npm instead!\u001b[0m\n\n"
},
"scripts": {
"postinstall": "husky install",
"build": "ts-node scripts/build.ts",
"preview": "http-server -o",
"lint": "concurrently npm:lint:*",
"lint:commit": "commitlint --from origin/main --to HEAD --verbose",
"lint:es": "eslint . --ignore-path .gitignore --max-warnings 0",
"lint:ts": "tsc --noEmit",
"lint:style": "stylelint '**/*.{css,html}' --ignore-path .gitignore --max-warnings 0",
"lint:prettier": "prettier . --check --ignore-path .gitignore",
"release": "HUSKY=0 standard-version"
},
"peerDependencies": {
"react": ">=17 || ^16.14 || ^15.7 || ^0.14.10"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@svgr/cli": "^8.0.1",
"@types/deasync": "^0.1.1",
"@types/glob": "^8.0.0",
"@types/node": "^18.0.0",
"@types/svg-sprite": "0.0.34",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"boxicons": "^2.0.7",
"commitizen": "^4.2.2",
"concurrently": "^8.2.0",
"cz-conventional-changelog": "^3.3.0",
"deasync": "^0.1.21",
"eslint": "^8.0.1",
"glob": "^10.3.3",
"http-server": "^14.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss-html": "^1.0.1",
"prettier": "^2.2.0",
"prettier-plugin-organize-imports": "^3.0.0",
"standard-version": "^9.0.0",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^29.0.0",
"svg-sprite": "^2.0.0",
"svgo": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^5.1.6"
}
}