mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-01-12 22:47:25 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "firecms-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "link:../node_modules/react",
|
|
"react-dom": "link:../node_modules/react-dom",
|
|
"react-scripts": "link:../node_modules/react-scripts",
|
|
"firecms": "link:.."
|
|
},
|
|
"scripts": {
|
|
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start",
|
|
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build",
|
|
"test": "node ../node_modules/react-scripts/bin/react-scripts.js test",
|
|
"eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject",
|
|
"deploy": "yarn run build && firebase deploy --only hosting"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.23",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-router-dom": "^5.1.3"
|
|
}
|
|
}
|