-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "@thunderstore/ui",
"repository": "https://github.com/thunderstore-io/thunderstore-ui",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"postinstall": "preconstruct dev && manypkg check",
"build": "preconstruct build",
"plop": "plop"
},
"engines": {
"node": ">=20.17.0"
},
"dependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.12.0",
"@manypkg/cli": "^0.21.4",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@preconstruct/cli": "^2.8.7",
"@types/node": "^20.16.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"chromatic": "^11.10.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"globals": "^15.10.0",
"plop": "^4.0.1",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"typescript": "^5.6.2",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.94.0"
},
"preconstruct": {
"packages": [
"packages/*"
]
}
}