PromucFlow_constructor/app/client/packages/design-system/ads-old/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2024-07-29 13:23:26 +00:00
{
"name": "design-system-old",
"version": "1.1.17",
"description": "This is the package for the Appsmith design system components",
"main": "src/index.ts",
"sideEffects": false,
"scripts": {
"create-story": "./create_story.sh",
"lint": "yarn g:lint",
"prettier": "yarn g:prettier",
"test:unit": "yarn g:jest"
},
"contributors": [
"Albin <albin@appsmith.com>",
"Rohit Agarwal <rohit.agarwal@appsmith.com>",
"Tanvi Bhakta <tanvi@appsmith.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/appsmithorg/design-system.git",
"directory": "packages/design-system"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/react-form": "^4.0.2",
"@types/wait-on": "^5.2.0",
"concurrently": "^7.3.0",
"identity-obj-proxy": "3.0.0",
"react-toastify": "^5.5.0",
"wait-on": "^5.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"emoji-mart": "3.0.1"
}
}