static-cms/packages/tools/package.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"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-04 09:37:14 -05:00
"@staticcms/core": "^4.0.0",
"lodash": "4.17.21",
2024-01-04 09:37:14 -05:00
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/common-tags": "1.8.4",
"@types/create-react-class": "15.6.6",
"@types/fs-extra": "11.0.4",
"@types/is-hotkey": "0.1.10",
"@types/jest": "29.5.11",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.14.202",
"@types/minimatch": "5.1.2",
2024-01-04 09:37:14 -05:00
"@types/node": "18.19.4",
"@types/react": "18.2.46",
"@types/react-color": "3.0.11",
2024-01-04 09:37:14 -05:00
"@types/react-dom": "18.2.18",
"@types/react-virtualized-auto-sizer": "1.0.4",
2024-01-04 09:37:14 -05:00
"@types/react-window": "1.8.8",
"@types/url-join": "4.0.3",
2024-01-04 09:37:14 -05:00
"@types/uuid": "9.0.7"
}
}