-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.39 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "skeleton-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fauna-brecht/skeleton-auth.git"
},
"author": "Brecht De Rooms",
"license": "ISC",
"bugs": {
"url": "https://github.com/fauna-brecht/skeleton-auth/issues"
},
"homepage": "https://github.com/fauna-brecht/skeleton-auth#readme",
"scripts": {
"start_frontend": "cd frontend && npm run start",
"setup": "cd fauna-queries && npm run setup",
"destroy": "cd fauna-queries && npm run destroy"
},
"devDependencies": {
"dotenv": "^8.2.0",
"envfile": "^5.0.0",
"eslint": "^6.8.0",
"eslint-config-idiomatic": "^4.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-prettier-standard": "^3.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"esm": "^3.2.25",
"prettier": "1.19.1",
"prettier-config-standard": "^1.0.1",
"readline-promise": "^1.0.4",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2"
},
"eslintConfig": {
"extends": "react-app"
}
}