72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@design-system/widgets-old",
|
||
|
|
"version": "1.1.3",
|
||
|
|
"description": "This is the package for the Appsmith design system components",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"scripts": {
|
||
|
|
"storybook": "start-storybook -p 6006",
|
||
|
|
"build-storybook": "build-storybook",
|
||
|
|
"create-story": "./create_story.sh",
|
||
|
|
"test": "jest",
|
||
|
|
"test:watch": "jest --watch",
|
||
|
|
"test-storybook": "test-storybook",
|
||
|
|
"test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && yarn test-storybook\"",
|
||
|
|
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
|
||
|
|
"lint:ci": "eslint --cache .",
|
||
|
|
"prettier:ci": "prettier --check ."
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@svgr/webpack": "5.5.0",
|
||
|
|
"@types/emoji-mart": "3.0.4",
|
||
|
|
"@types/loadable__component": "^5.13.4",
|
||
|
|
"@types/react-form": "^4.0.2",
|
||
|
|
"@types/react-table": "^7.7.12",
|
||
|
|
"@types/react-tabs": "2.3.2",
|
||
|
|
"@types/wait-on": "^5.2.0",
|
||
|
|
"concurrently": "^7.3.0",
|
||
|
|
"eslint-config-react": "^1.1.7",
|
||
|
|
"eslint-plugin-storybook": "^0.6.8",
|
||
|
|
"identity-obj-proxy": "3.0.0",
|
||
|
|
"jsdom": "16.7.0",
|
||
|
|
"playwright": "^1.25.1",
|
||
|
|
"postcss": "^8.4.14",
|
||
|
|
"postcss-import": "^14.1.0",
|
||
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
||
|
|
"wait-on": "^5.3.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@blueprintjs/core": "3.33.0",
|
||
|
|
"@blueprintjs/datetime": "3.23.6",
|
||
|
|
"copy-to-clipboard": "^3.3.1",
|
||
|
|
"react-dnd": "^9.3.4",
|
||
|
|
"react-dnd-html5-backend": "^9.3.4",
|
||
|
|
"react-redux": "^7.2.4",
|
||
|
|
"react-router-dom": "^6.3.0",
|
||
|
|
"react-table": "^7.8.0",
|
||
|
|
"react-tabs": "3.1.1",
|
||
|
|
"react-toastify": "^5.5.0",
|
||
|
|
"redux-form": "8.2.6",
|
||
|
|
"remixicon-react": "^1.0.0",
|
||
|
|
"styled-components": "5.3.6",
|
||
|
|
"tinycolor2": "^1.4.2"
|
||
|
|
},
|
||
|
|
"eslintConfig": {
|
||
|
|
"parser": "@typescript-eslint/parser",
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": [
|
||
|
|
"**/*.stories.*"
|
||
|
|
],
|
||
|
|
"rules": {
|
||
|
|
"import/no-anonymous-default-export": "off"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"emoji-mart": "3.0.1"
|
||
|
|
}
|
||
|
|
}
|