2022-12-06 09:41:54 -05:00
|
|
|
{
|
2022-12-15 13:44:49 -05:00
|
|
|
"name": "static-cms",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-02-07 14:48:56 -05:00
|
|
|
"contributors:add": "all-contributors add",
|
|
|
|
"contributors:generate": "all-contributors generate",
|
2023-01-17 09:45:10 -05:00
|
|
|
"build": "lerna run build --scope @staticcms/core --scope @staticcms/app",
|
|
|
|
"build:demo": "lerna run build --scope @staticcms/demo",
|
2023-01-27 11:09:35 -05:00
|
|
|
"build:docs": "cd packages/docs && yarn build",
|
2023-01-17 09:45:10 -05:00
|
|
|
"dev": "lerna run dev --scope @staticcms/core",
|
|
|
|
"demo": "lerna run dev --scope @staticcms/demo",
|
2023-01-28 09:05:30 -05:00
|
|
|
"docs": "lerna run dev --scope @staticcms/docs",
|
2022-12-15 13:44:49 -05:00
|
|
|
"format": "lerna run format",
|
|
|
|
"lint": "lerna run lint",
|
|
|
|
"prepare": "husky install",
|
2022-12-22 12:18:53 -05:00
|
|
|
"release": "lerna publish --no-private",
|
2022-12-15 13:44:49 -05:00
|
|
|
"test:ci": "lerna run test:ci",
|
|
|
|
"test:integration:ci": "lerna run test:integration:ci",
|
|
|
|
"test:integration": "lerna run test:integration",
|
2023-01-25 15:11:59 -05:00
|
|
|
"test": "lerna run test",
|
|
|
|
"type-check": "lerna run type-check --scope @staticcms/core"
|
2022-12-15 13:44:49 -05:00
|
|
|
},
|
2022-12-06 09:41:54 -05:00
|
|
|
"devDependencies": {
|
2023-02-07 14:48:56 -05:00
|
|
|
"all-contributors-cli": "6.24.0",
|
2023-01-03 11:41:01 -05:00
|
|
|
"husky": "8.0.3",
|
2023-02-14 15:55:57 -05:00
|
|
|
"lerna": "6.5.1",
|
2023-02-13 20:14:13 -05:00
|
|
|
"lint-staged": "13.1.2",
|
2022-12-15 13:44:49 -05:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2022-12-06 09:41:54 -05:00
|
|
|
},
|
2022-12-15 13:44:49 -05:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
2022-12-06 09:41:54 -05:00
|
|
|
}
|