2023-10-03 12:42:43 -04:00
|
|
|
{
|
|
|
|
"name": "@staticcms/tools",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"format": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --write",
|
|
|
|
"lint": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different",
|
|
|
|
"sync-locales": "ts-node -r tsconfig-paths/register src/localeSync.ts",
|
|
|
|
"type-check": "tsc --watch"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-03 15:14:09 -05:00
|
|
|
"@staticcms/core": "^4.0.0-beta.0",
|
2023-10-03 12:42:43 -04:00
|
|
|
"lodash": "4.17.21",
|
2024-01-03 15:14:09 -05:00
|
|
|
"prettier": "3.0.3",
|
2023-10-03 12:42:43 -04:00
|
|
|
"ts-node": "10.9.1",
|
2024-01-03 15:14:09 -05:00
|
|
|
"typescript": "5.2.2"
|
2023-10-03 12:42:43 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-03 16:37:20 -05:00
|
|
|
"@types/common-tags": "1.8.4",
|
2024-01-03 16:18:05 -05:00
|
|
|
"@types/create-react-class": "15.6.6",
|
2023-10-03 12:42:43 -04:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2024-01-04 08:14:32 -05:00
|
|
|
"@types/is-hotkey": "0.1.10",
|
2024-01-03 15:14:09 -05:00
|
|
|
"@types/jest": "29.5.5",
|
2024-01-04 08:15:04 -05:00
|
|
|
"@types/js-yaml": "4.0.9",
|
2023-10-03 12:42:43 -04:00
|
|
|
"@types/jwt-decode": "2.2.1",
|
|
|
|
"@types/lodash": "4.14.194",
|
|
|
|
"@types/minimatch": "5.1.2",
|
2024-01-03 15:14:09 -05:00
|
|
|
"@types/node": "18.17.19",
|
|
|
|
"@types/react": "18.2.25",
|
|
|
|
"@types/react-color": "3.0.7",
|
|
|
|
"@types/react-dom": "18.2.10",
|
2023-10-03 12:42:43 -04:00
|
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
2024-01-03 15:14:09 -05:00
|
|
|
"@types/react-window": "1.8.6",
|
2023-10-03 12:42:43 -04:00
|
|
|
"@types/url-join": "4.0.1",
|
2024-01-03 15:14:09 -05:00
|
|
|
"@types/uuid": "9.0.4"
|
2023-10-03 12:42:43 -04:00
|
|
|
}
|
|
|
|
}
|