-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "mf-app-shell",
"version": "0.0.2",
"license": "BSD-3-Clause-Clear",
"description": "User interface",
"repository": {
"type": "git",
"url": "ssh://git@github.com/rtang03/mf-app-shell.git"
},
"keywords": [
"webpack",
"jest",
"next",
"material-ui",
"apollo-client",
"eslint",
"lerna",
"jss"
],
"author": "Ross Tang",
"homepage": "https://github.com/rtang03/mf-app-shell",
"bugs": {
"url": "https://github.com/rtang03/mf-app-shell/issues"
},
"private": true,
"scripts": {
"start": "lerna run --stream --scope @microfrontend/* --parallel start",
"build": "lerna run --stream --scope @microfrontend/* build",
"lint": "lerna run --stream --scope @microfrontend/* lint",
"clean": "lerna run --stream --scope @microfrontend/* --parallel clean"
},
"devDependencies": {
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"babel-jest": "^26.6.3",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"eslint-plugin-import": "^2.20.1",
"typescript": "^4.1.3"
},
"prettier": {
"eslintIntegration": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"requirePragma": false,
"insertPragma": false,
"printWidth": 100
}
}