-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
68 lines (68 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@architus/base",
"private": true,
"description": "Lerna monorepo for the Architus project",
"license": "MIT",
"author": "architus",
"workspaces": [
"docs",
"design",
"lib",
"app"
],
"scripts": {
"test": "yarn workspaces run test",
"lint": "yarn workspaces run lint",
"format": "yarn workspaces run format",
"typecheck": "yarn workspaces run typecheck",
"clean": "yarn workspaces run clean",
"bootstrap": "lerna bootstrap"
},
"dependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"graphql": "^14.7.0",
"lerna": "^3.22.1",
"typescript": "^3.9.5",
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-typescript": "^7.10.1",
"@jest/globals": "^26.1.0",
"@types/jest": "^26.0.4",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"babel-jest": "^26.1.0",
"babel-preset-gatsby": "^0.5.1",
"eslint": "6.x",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-react-tools": "^1.1.7",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "2.x",
"eslint-plugin-tsdoc": "^0.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"prettier": "2.0.5",
"react": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/architus/archit.us"
},
"bugs": {
"url": "https://github.com/architus/archit.us/issues"
}
}