8606421b72
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"@staticcms/core": "^4.0.0-beta.0",
|
|
"lodash": "4.17.21",
|
|
"prettier": "3.0.3",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/common-tags": "1.8.4",
|
|
"@types/create-react-class": "15.6.6",
|
|
"@types/fs-extra": "11.0.1",
|
|
"@types/is-hotkey": "0.1.10",
|
|
"@types/jest": "29.5.5",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/jwt-decode": "2.2.1",
|
|
"@types/lodash": "4.14.202",
|
|
"@types/minimatch": "5.1.2",
|
|
"@types/node": "18.17.19",
|
|
"@types/react": "18.2.25",
|
|
"@types/react-color": "3.0.11",
|
|
"@types/react-dom": "18.2.10",
|
|
"@types/react-virtualized-auto-sizer": "1.0.1",
|
|
"@types/react-window": "1.8.6",
|
|
"@types/url-join": "4.0.1",
|
|
"@types/uuid": "9.0.4"
|
|
}
|
|
}
|