init
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "global_state_playground",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "poi --prod",
|
||||
"start": "poi --serve",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"dependencies": {
|
||||
"immer": "^2.1.3",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@poi/plugin-eslint": "^12.0.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-react": "^7.11.0",
|
||||
"poi": "^12.4.2",
|
||||
"prettier": "^1.16.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user