v1/package.json
2019-04-03 01:53:46 -05:00

73 lines
2 KiB
JSON

{
"name": "roleypoly",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"lerna": "lerna",
"start": "lerna run start",
"dev": "lerna run dev",
"build": "lerna run build",
"flow:install": "flow-mono install-types",
"remotedebug": "remotedebug_ios_webkit_adapter --port=9000 > /dev/null",
"test": "jest",
"lint:css": "stylelint 'packages/roleypoly-ui/**/*.js'",
"rpcrepl": "babel-node packages/roleypoly-server/util/rpcrepl.js"
},
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"await-outside": "^2.1.2",
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"chokidar": "^2.1.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-flowtype": "^3.4.2",
"flow-bin": "^0.96.0",
"flow-mono-cli": "^1.5.0",
"flow-typed": "^2.5.1",
"jest": "^24.7.0",
"jest-styled-components": "^6.3.1",
"lerna": "^3.13.1",
"next": "^8.0.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"standard": "12.0.1",
"styled-components": "^4.2.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
},
"standard": {
"parser": "babel-eslint",
"plugins": [
"flowtype"
],
"globals": [
"$Shape",
"$Call"
]
},
"jest": {
"projects": [
"projects/*/jest.config.js"
]
}
}