mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
* chore: restructure project into yarn workspaces, remove next * fix tests, remove webapp from terraform * remove more ui deployment bits * remove pages, fix FUNDING.yml * remove isomorphism * remove next providers * fix linting issues * feat: start basis of new web ui system on CRA * chore: move types to @roleypoly/types package * chore: move src/common/utils to @roleypoly/misc-utils * chore: remove roleypoly/ path remappers * chore: renmove vercel config * chore: re-add worker-types to api package * chore: fix type linting scope for api * fix(web): craco should include all of packages dir * fix(ci): change api webpack path for wrangler * chore: remove GAR actions from CI * chore: update codeql job * chore: test better github dar matcher in lint-staged
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
|
"name": "@roleypoly/design-system",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "build-storybook -o ../../dist/-/storybook",
|
|
"start": "start-storybook -p 6006"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/types": "*",
|
|
"chroma-js": "^2.1.0",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"ksuid": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.1",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-icons": "^4.1.0",
|
|
"react-is": "^17.0.1",
|
|
"react-tooltip": "^4.2.15",
|
|
"styled-components": "^5.2.1",
|
|
"styled-normalize": "^8.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@icons/material": "^0.4.1",
|
|
"@storybook/addon-actions": "^6.1.14",
|
|
"@storybook/addon-essentials": "^6.1.14",
|
|
"@storybook/addon-links": "^6.1.14",
|
|
"@storybook/addons": "^6.1.14",
|
|
"@storybook/react": "^6.1.14",
|
|
"@storybook/theming": "^6.1.14",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/node": "^14.14.31",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-custom-scrollbars": "^4.0.7",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-helmet": "^6.1.0",
|
|
"@types/styled-components": "^5.1.7",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|