加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
JayTsang 提交于 2019-08-23 11:14 . 添加前端e2e测试:文件下载
{
"name": "bar",
"license": "(Apache-2.0)",
"version": "0.1.0",
"private": true,
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"apollo-cache-inmemory": "^1.3.9",
"apollo-client": "^2.4.1",
"apollo-client-preset": "^1.0.8",
"apollo-link-ws": "^1.0.9",
"concurrently": "^4.0.1",
"config": "^2.0.1",
"date-fns": "2.0.0-alpha.16",
"dexie": "^2.0.4",
"fakerest": "^2.1.0",
"flat-plain-object": "^1.0.5",
"graphql": "^0.13.2",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.9.2",
"hocon-parser": "^1.0.1",
"js-file-download": "^0.4.4",
"jsrsasign": "^8.0.12",
"lodash": "^4.17.11",
"material-ui-pickers": "^1.0.1",
"nodemon": "^1.18.7",
"pluralize": "^7.0.0",
"ra-data-graphcool": "^2.2.2",
"ra-data-graphql": "^2.2.2",
"ra-data-graphql-simple": "^2.2.2",
"ra-data-json-server": "^2.1.1",
"ra-data-simple-rest": "^2.1.1",
"ra-language-chinese": "^2.0.5",
"ra-language-english": "^2.0.2",
"ra-realtime": "^2.4.1",
"rclink": "2.0.1-alpha",
"react": "^16.8.6",
"react-admin": "^2.1.1",
"react-admin-date-inputs": "^1.1.0",
"react-apollo": "^2.1.11",
"react-dom": "^16.8.6",
"react-scripts": "1.1.4",
"react-syntax-highlighter": "^10.2.1",
"request-promise": "^4.2.2",
"subscriptions-transport-ws": "^0.9.15",
"typeface-roboto": "^0.0.54",
"uuid": "^3.3.2"
},
"scripts": {
"createPrismaAndDB": "cd server && yarn createPrismaAndDB",
"start": "concurrently \"yarn react-start\" \"cd server && yarn start\"",
"build": "concurrently 'yarn react-build' 'cd server && yarn build'",
"react-start": "react-scripts start",
"react-build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test-e2e": "cd ./__test__/e2e && jest main",
"eject": "react-scripts eject",
"eslint": "eslint __test__ && cd server && ./node_modules/.bin/eslint .",
"install-all": "yarn install && cd server && yarn install"
},
"pre-commit": [
"eslint"
],
"proxy": "http://localhost:5000",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"faker": "^4.1.0",
"fs-extra": "^8.1.0",
"pre-commit": "^1.2.2",
"puppeteer-core": "1.17.0",
"react-test-renderer": "^16.4.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化