-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "doom",
"version": "1.0.0",
"description": "Module Federation in Next.js",
"type": "module",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "http://gitlab.lan.com/front-end/website-v2.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"init": "doom init",
"i18n": "doom i18n",
"launch": "doom launch",
"update": "ncu -u --deep"
},
"keywords": [],
"author": "Milhous",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-check-updates": "^16.7.10",
"prettier": "^2.8.4"
},
"dependencies": {
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.3.1"
}