-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "@giantnodes/design-system",
"version": "1.0.0-canary.5",
"description": "",
"license": "AGPL-3.0",
"packageManager": "[email protected]",
"author": {
"name": "Jordan Phillips",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/giantnodes/design-system.git"
},
"scripts": {
"build": "turbo build",
"lint": "turbo lint:eslint",
"type-check": "turbo type-check",
"test": "turbo test"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"tsup": "^6.6.0",
"turbo": "^1.13.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"
}
}