68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "@strapi/design-system",
|
|
"version": "2.0.0-rc.23",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"source": "./src/index.ts",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "6.0.1",
|
|
"@floating-ui/react-dom": "2.1.0",
|
|
"@internationalized/date": "3.5.4",
|
|
"@internationalized/number": "3.5.3",
|
|
"@radix-ui/react-accordion": "1.1.2",
|
|
"@radix-ui/react-alert-dialog": "1.0.5",
|
|
"@radix-ui/react-avatar": "1.0.4",
|
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
"@radix-ui/react-dialog": "1.0.5",
|
|
"@radix-ui/react-dismissable-layer": "1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
"@radix-ui/react-focus-guards": "1.0.1",
|
|
"@radix-ui/react-focus-scope": "1.0.4",
|
|
"@radix-ui/react-popover": "1.0.7",
|
|
"@radix-ui/react-progress": "1.0.3",
|
|
"@radix-ui/react-radio-group": "1.1.3",
|
|
"@radix-ui/react-scroll-area": "1.0.5",
|
|
"@radix-ui/react-switch": "1.0.3",
|
|
"@radix-ui/react-tabs": "1.0.4",
|
|
"@radix-ui/react-tooltip": "1.0.7",
|
|
"@radix-ui/react-use-callback-ref": "1.0.1",
|
|
"@strapi/ui-primitives": "2.0.0-rc.23",
|
|
"@uiw/react-codemirror": "4.22.2",
|
|
"lodash": "4.17.21",
|
|
"react-remove-scroll": "2.5.10"
|
|
},
|
|
"devDependencies": {
|
|
"@strapi/icons": "2.0.0-rc.23",
|
|
"@strapi/pack-up": "5.0.0",
|
|
"@types/lodash": "^4.17.15",
|
|
"jest": "29.7.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"rimraf": "5.0.7",
|
|
"styled-components": "6.1.11",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/icons": "^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha",
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
"styled-components": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "pack-up build",
|
|
"clean": "rimraf dist node_modules",
|
|
"lint": "eslint . --ext .tsx,.ts",
|
|
"format": "yarn lint --fix",
|
|
"test:ts": "tsc --noEmit",
|
|
"test:unit": "jest -c jest.config.mjs",
|
|
"watch": "pack-up watch"
|
|
},
|
|
"gitHead": "c74900b0ee3525510d266dc83c9743cb24dafced"
|
|
}
|