-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 866 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
{
"name": "root-config",
"version": "1.0.0",
"description": "A single-spa using vite and typescript.",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext .js,.ts,.vue,.json",
"lint:fix": "eslint src --ext .js,.ts,.vue,.json --fix"
},
"dependencies": {
"single-spa": "^6.0.1",
"single-spa-layout": "^2.2.0"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^20.11.30",
"@types/systemjs": "^6.13.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.2.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"ts-config-single-spa": "^3.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.6",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-handlebars": "^2.0.0"
}
}