forked from TimboKZ/Chonky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 884 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 884 Bytes
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
{
"name": "root",
"private": true,
"scripts": {
"pre-commit": "lerna run lint && lerna run format",
"pre-push": "lerna run test"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^4.3.0",
"jest": "^26.6.1",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"ts-jest": "^26.4.2",
"tsd": "^0.13.1",
"typescript": "^4.0.3"
},
"dependencies": {
"chonky": "file:packages/chonky",
"chonky-icon-fontawesome": "file:packages/chonky-icon-fontawesome"
}
}