-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.62 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
{
"name": "bee-usercontent-site",
"version": "0.0.13",
"license": "Apache-2.0",
"author": "IBM Corp.",
"type": "commonjs",
"scripts": {
"start:dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "pnpm lint:js",
"lint:js": "eslint src/.",
"lint:css": "stylelint src/styles/**/*.scss",
"release": "release-it"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"playwright": "^1.49.1",
"prettier": "^3.4.1",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-plugin-logical-css": "^1.2.1",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^2.2.0"
},
"dependencies": {
"@carbon/colors": "^11.28.0",
"@carbon/grid": "^11.29.0",
"@carbon/layout": "^11.28.0",
"@carbon/motion": "^11.22.0",
"@carbon/react": "^1.64.0",
"@carbon/styles": "^1.68.0",
"@carbon/themes": "^11.43.0",
"@carbon/type": "^11.33.0",
"@release-it/conventional-changelog": "^9.0.3",
"@stlite/mountable": "^0.73.1",
"glob": "^11.0.0",
"release-it": "^17.10.0",
"sass": "^1.81.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"pnpm": {
"patchedDependencies": {
"@stlite/[email protected]": "patches/@[email protected]"
}
}
}