2024-07-29 13:23:26 +00:00
|
|
|
{
|
2024-08-08 12:55:00 +00:00
|
|
|
"name": "@appsmith/ads-old",
|
2024-07-29 13:23:26 +00:00
|
|
|
"version": "1.1.17",
|
|
|
|
|
"description": "This is the package for the Appsmith design system components",
|
|
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "yarn g:lint",
|
2024-08-16 14:23:57 +00:00
|
|
|
"prettier": "yarn g:prettier"
|
2024-07-29 13:23:26 +00:00
|
|
|
},
|
|
|
|
|
"contributors": [
|
|
|
|
|
"Albin <albin@appsmith.com>",
|
2024-08-09 14:20:29 +00:00
|
|
|
"Rohit Agarwal <rohit.agarwal@appsmith.com>"
|
2024-07-29 13:23:26 +00:00
|
|
|
],
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|