-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 957 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "react-redux-rest-api-tdd-kit",
"version": "1.0.0",
"description": "React Redux REST API TDD Kit",
"main": "index.js",
"scripts": {
"root:api:start:dev": "pnpm run -r api:start:dev",
"root:ui:start:dev": "pnpm run -r ui:start:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lfurzewaddock/react-redux-rest-api-tdd-kit"
},
"author": "Leo Furze-Waddock <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/lfurzewaddockreact-redux-rest-api-tdd-kit#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"minimist": "^1.2.0",
"opn": "^6.0.0"
}
}