-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 929 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
31
32
33
34
{
"name": "shell",
"scripts": {
"dev": "node server.js -p 3000",
"build": "next build",
"start": "node server.js",
"lint": "next lint"
},
"dependencies": {
"@module-federation/next-catchall": "https://github.com/module-federation/next-catchall.git",
"@module-federation/nextjs-ssr": "^0.2.0-rc.0",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ssr-prepass": "^1.5.0",
"sass": "^1.49.8",
"styled-jsx": "^5.0.0",
"typescript": "^4.5.4",
"use-sse": "^2.0.1",
"webpack": "^5.69.1",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@types/json-schema": "^7.0.9",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-plugin-react": "^7.28.0"
}
}