cudr_slate-collaborative/packages/example/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"name": "@slate-collaborative/example",
2020-06-21 22:46:56 +00:00
"version": "0.6.7",
2019-10-05 08:44:49 +00:00
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
2020-06-21 22:46:56 +00:00
"@slate-collaborative/backend": "^0.6.7",
"@slate-collaborative/client": "^0.6.7",
2019-10-05 08:44:49 +00:00
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
2019-10-05 08:44:49 +00:00
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/randomcolor": "^0.5.4",
"@types/react-dom": "^16.9.6",
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",
2019-10-05 08:44:49 +00:00
"faker": "^4.1.0",
"is-url": "^1.2.4",
2019-10-05 08:44:49 +00:00
"lodash": "^4.17.15",
2019-10-13 21:49:28 +00:00
"nodemon": "^1.19.2",
"randomcolor": "^0.5.4",
2019-10-05 08:44:49 +00:00
"react": "^16.9.0",
"react-dom": "^16.9.0",
2019-10-22 20:41:04 +00:00
"react-scripts": "3.1.2",
"slate": "0.58.3",
"slate-history": "0.58.3",
"slate-react": "0.58.3",
"typescript": "^3.8.3"
2019-10-05 08:44:49 +00:00
},
"scripts": {
2019-10-22 20:41:04 +00:00
"start": "node server.js",
"start:cra": "react-scripts start",
"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"
]
},
"engines": {
"node": "12.x"
2019-10-05 08:44:49 +00:00
}
}