2019-10-05 08:44:49 +00:00
|
|
|
{
|
|
|
|
"name": "@slate-collaborative/example",
|
2020-10-28 05:43:53 +00:00
|
|
|
"version": "0.7.1",
|
2019-10-05 08:44:49 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/core": "^10.0.17",
|
|
|
|
"@emotion/styled": "^10.0.17",
|
2020-10-28 05:43:53 +00:00
|
|
|
"@slate-collaborative/backend": "^0.7.1",
|
2020-07-01 22:18:00 +00:00
|
|
|
"@slate-collaborative/client": "^0.7.0",
|
2019-10-05 08:44:49 +00:00
|
|
|
"concurrently": "^4.1.2",
|
2019-10-27 20:50:01 +00:00
|
|
|
"cross-env": "^6.0.3",
|
|
|
|
"express": "^4.17.1",
|
2020-06-21 20:52:52 +00:00
|
|
|
"is-url": "^1.2.4",
|
2019-10-05 08:44:49 +00:00
|
|
|
"lodash": "^4.17.15",
|
2021-01-15 13:02:17 +00:00
|
|
|
"nodemon": "^2.0.6",
|
2019-10-13 16:37:56 +00:00
|
|
|
"randomcolor": "^0.5.4",
|
2021-01-15 13:09:45 +00:00
|
|
|
"react": "^17.0.1",
|
2021-01-15 13:03:24 +00:00
|
|
|
"react-dom": "^17.0.1",
|
2019-10-22 20:41:04 +00:00
|
|
|
"react-scripts": "3.1.2",
|
2021-01-15 13:02:50 +00:00
|
|
|
"slate": "0.59.0",
|
2020-06-21 20:52:52 +00:00
|
|
|
"slate-history": "0.58.3",
|
2021-01-18 16:56:00 +00:00
|
|
|
"slate-react": "0.59.0"
|
2019-10-05 08:44:49 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-10-30 11:36:42 +00:00
|
|
|
"start": "nodemon server.js",
|
2019-10-22 20:41:04 +00:00
|
|
|
"start:cra": "react-scripts start",
|
2020-05-11 06:21:49 +00:00
|
|
|
"prebuild": "cp -f ./tsconfig.production.json ./tsconfig.json",
|
|
|
|
"build": "cross-env NODE_ENV=production && react-scripts build",
|
2019-10-22 20:41:04 +00:00
|
|
|
"dev": "concurrently \"yarn start:cra\" \"yarn serve\"",
|
2019-10-13 21:49:28 +00:00
|
|
|
"serve": "nodemon --watch ../backend/lib --inspect server.js"
|
2019-10-05 08:44:49 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-05-11 06:21:49 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "12.x"
|
2021-01-18 16:56:00 +00:00
|
|
|
},
|
|
|
|
"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"
|
2019-10-05 08:44:49 +00:00
|
|
|
}
|
|
|
|
}
|