mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@slate-collaborative/example",
|
|
"version": "0.7.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/core": "^10.0.17",
|
|
"@emotion/styled": "^10.0.17",
|
|
"@slate-collaborative/backend": "^0.7.1",
|
|
"@slate-collaborative/client": "^0.7.0",
|
|
"concurrently": "^4.1.2",
|
|
"cross-env": "^6.0.3",
|
|
"express": "^4.17.1",
|
|
"is-url": "^1.2.4",
|
|
"lodash": "^4.17.15",
|
|
"nodemon": "^2.0.6",
|
|
"randomcolor": "^0.5.4",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-scripts": "3.1.2",
|
|
"slate": "0.59.0",
|
|
"slate-history": "0.58.3",
|
|
"slate-react": "0.59.0"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon server.js",
|
|
"start:cra": "react-scripts start",
|
|
"prebuild": "cp -f ./tsconfig.production.json ./tsconfig.json",
|
|
"build": "cross-env NODE_ENV=production && react-scripts build",
|
|
"dev": "concurrently \"yarn start:cra\" \"yarn serve\"",
|
|
"serve": "nodemon --watch ../backend/lib --inspect server.js"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
},
|
|
"devDependencies": {
|
|
"@types/faker": "^4.1.5",
|
|
"@types/is-url": "^1.2.28",
|
|
"@types/jest": "24.0.18",
|
|
"@types/node": "14.14.6",
|
|
"@types/randomcolor": "^0.5.4",
|
|
"@types/react-dom": "^16.9.6",
|
|
"faker": "^5.1.0",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|