You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
3.3 KiB
JSON
92 lines
3.3 KiB
JSON
{
|
|
"name": "@kay/komponents",
|
|
"version": "2.0.3",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": "k <site@juke.fr>",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/cjs/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build:install": "pnpm i",
|
|
"build:cjs": "tsc --module commonjs --target es6 --outDir dist/cjs",
|
|
"build:esm": "tsc --module es6 --target es6 --outDir dist/esm",
|
|
"build": "pnpm build:install && pnpm build:cjs && pnpm build:esm",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"test-storybook": "test-storybook -s --verbose",
|
|
"test": "npx playwright install && pnpm build && pnpm build-storybook && concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"start-storybook --ci -p 6006\" \"wait-port 6006 && test-storybook -s --verbose\"",
|
|
"tested-upgrade": "ncu -du --doctorTest 'pnpm test'"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.17",
|
|
"@chakra-ui/react": "^2.4.9",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@react-three/a11y": "^3.0.0",
|
|
"@react-three/fiber": "^8.10.1",
|
|
"@reduxjs/toolkit": "^1.9.2",
|
|
"@semantic-release/changelog": "^6.0.2",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^10.0.2",
|
|
"@semantic-release/npm": "^9.0.2",
|
|
"framer-motion": "^8.5.4",
|
|
"next": "^13.1.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-spring": "^9.6.1",
|
|
"semantic-release": "^20.1.0",
|
|
"three": "^0.149.0"
|
|
},
|
|
"devDependencies": {
|
|
"@a110/storybook-expand-all": "^1.1.1",
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/plugin-proposal-decorators": "^7.20.13",
|
|
"@babel/plugin-proposal-export-default-from": "^7.18.10",
|
|
"@chakra-ui/storybook-addon": "^4.0.16",
|
|
"@chakra-ui/utils": "^2.0.14",
|
|
"@next/bundle-analyzer": "^13.1.6",
|
|
"@next/eslint-plugin-next": "^13.1.6",
|
|
"@playwright/test": "^1.30.0",
|
|
"@storybook/addon-a11y": "^6.5.16",
|
|
"@storybook/addon-actions": "^6.5.16",
|
|
"@storybook/addon-essentials": "^6.5.16",
|
|
"@storybook/addon-interactions": "^6.5.16",
|
|
"@storybook/addon-jest": "^6.5.16",
|
|
"@storybook/addon-links": "^6.5.16",
|
|
"@storybook/addon-storyshots": "^6.5.16",
|
|
"@storybook/addon-storysource": "^6.5.16",
|
|
"@storybook/builder-webpack5": "^6.5.16",
|
|
"@storybook/jest": "^0.0.10",
|
|
"@storybook/manager-webpack5": "^6.5.16",
|
|
"@storybook/mdx2-csf": "^0.0.4",
|
|
"@storybook/react": "^6.5.16",
|
|
"@storybook/test-runner": "^0.9.3",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@types/node": "^18.11.18",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-lazy-load-image-component": "^1.5.2",
|
|
"@types/three": "^0.148.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
|
"@typescript-eslint/parser": "^5.49.0",
|
|
"axe-playwright": "^1.1.12",
|
|
"babel-jest": "^29.4.1",
|
|
"babel-loader": "^9.1.2",
|
|
"concurrently": "^7.6.0",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.1",
|
|
"eslint-plugin-storybook": "^0.6.10",
|
|
"jest": "29",
|
|
"npm-check-updates": "^16.6.3",
|
|
"prettier": "^2.8.3",
|
|
"typescript": "^4.9.4",
|
|
"wait-port": "^1.0.4"
|
|
}
|
|
}
|