Page MenuHomePhorge

package.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

package.json

{
"private": true,
"license": "BSD-3-Clause",
"workspaces": [
"lib",
"web",
"native",
"server",
"landing"
],
"scripts": {
"clean": "yarn workspace lib clean && yarn workspace web clean && yarn workspace native clean && yarn workspace server clean && yarn workspace landing clean && rm -rf node_modules/",
"cleaninstall": "yarn clean && yarn",
"eslint": "eslint .",
"eslint:fix": "eslint --fix ."
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-react-native": "^3.8.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"prettier": "^2.1.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

File Metadata

Mime Type
application/json
Expires
Sun, Dec 7, 4:29 PM (23 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813319
Default Alt Text
package.json (1 KB)

Event Timeline