-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 751 Bytes
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
{
"name": "x-microfrontends",
"version": "1.0.0",
"description": "A demo of microfrontends using SPAs",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"cpx": "^1.5.0",
"dotenv": "^16.3.1",
"gh-pages": "^6.0.0",
"hook-shell-script-webpack-plugin": "^0.3.0",
"tsup": "^7.2.0",
"tsx": "^3.12.8",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
}
}