2022-12-21 15:18:22 -05:00
|
|
|
{
|
|
|
|
"name": "@staticcms/demo",
|
|
|
|
"version": "1.0.0",
|
2023-01-13 00:20:24 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-03-30 13:29:09 -04:00
|
|
|
"dev": "react-app-rewired start",
|
|
|
|
"build": "react-app-rewired build"
|
2023-01-13 00:20:24 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-15 13:49:50 -04:00
|
|
|
"@babel/eslint-parser": "7.21.3",
|
2023-04-13 13:27:13 -04:00
|
|
|
"@staticcms/core": "^2.0.0-beta.4",
|
2023-01-13 11:46:56 -05:00
|
|
|
"babel-loader": "9.1.2",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2023-01-13 00:20:24 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-20 13:20:16 -05:00
|
|
|
"@babel/cli": "7.21.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"@babel/core": "7.21.4",
|
|
|
|
"@babel/plugin-syntax-flow": "7.21.4",
|
2023-02-20 13:20:16 -05:00
|
|
|
"@babel/plugin-transform-react-jsx": "7.21.0",
|
2023-04-04 16:03:13 -04:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-01-13 00:20:24 -05:00
|
|
|
"copy-webpack-plugin": "11.0.0",
|
2023-03-30 13:29:09 -04:00
|
|
|
"customize-cra": "1.0.0",
|
2023-04-21 23:24:05 -04:00
|
|
|
"eslint": "8.39.0",
|
2023-04-20 21:02:22 -04:00
|
|
|
"eslint-import-resolver-typescript": "3.5.5",
|
2023-04-04 16:03:13 -04:00
|
|
|
"eslint-plugin-cypress": "2.13.2",
|
2023-01-16 21:37:29 -05:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-01-13 11:46:56 -05:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-01-29 07:54:17 -05:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2023-03-30 13:29:09 -04:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-03-04 10:22:58 -05:00
|
|
|
"eslint-plugin-unicorn": "46.0.0",
|
2023-04-20 19:56:13 -04:00
|
|
|
"postcss": "8.4.23",
|
2023-03-30 13:29:09 -04:00
|
|
|
"postcss-scss": "4.0.6",
|
2023-04-23 07:26:06 -04:00
|
|
|
"prettier": "2.8.8",
|
2023-03-30 13:29:09 -04:00
|
|
|
"react-app-rewired": "2.2.1",
|
2023-01-13 11:46:56 -05:00
|
|
|
"react-scripts": "5.0.1",
|
2023-04-20 16:10:45 -04:00
|
|
|
"typescript": "5.0.4",
|
2023-04-20 19:30:47 -04:00
|
|
|
"webpack": "5.80.0"
|
2023-01-13 11:46:56 -05:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2023-01-13 00:20:24 -05:00
|
|
|
}
|
2022-12-21 15:18:22 -05:00
|
|
|
}
|