-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 2.49 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "@trubittech/trubittech",
"version": "0.0.1",
"repository": {
"url": "[email protected]:TrubitTech/TrubitTech.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/TrubitTech/TrubitTech/issues"
},
"author": "Trubit",
"homepage": "https://trubit.tech",
"workspaces": {
"packages": [
"packages/*",
"applications/*"
]
},
"resolutions": {
"prism-react-renderer": "1.3.1",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"contributors": [
{
"email": "[email protected]",
"name": "Joey Figaro"
},
{
"name": "Gurjit Singh"
},
{
"name": "Linden",
"email": "[email protected]"
}
],
"scripts": {
"postinstall": "yarn preconstruct dev",
"precommit": "lint-staged",
"version": "yarn changeset version",
"prerelease": "yarn run validate && yarn run build",
"release": "yarn changeset publish",
"dev": "yarn preconstruct dev",
"build": "yarn preconstruct build",
"fix": "yarn preconstruct fix",
"validate": "yarn preconstruct validate",
"test": "echo 'not implemented yet'",
"new:component": "yarn hygen component new"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@preconstruct/cli": "^2.1.5",
"@types/node": "^17.0.17",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"dotenv": "^16.0.0",
"eslint": "8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "latest",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"find-root": "^1.1.0",
"flatten": "^1.0.3",
"husky": "^7.0.4",
"hygen": "^6.2.0",
"inflection": "^1.13.2",
"jest": "28.1.0",
"jest-environment-jsdom": "^28.1.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"ts-node": "^10.5.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"webpack": "^5.68.0"
},
"preconstruct": {
"packages": [
"packages/ui",
"packages/gaia"
]
},
"dependencies": {
"dotenv-cli": "^5.1.0"
},
"packageManager": "[email protected]"
}