This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.83 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
{
"name": "@profcomff/root-config",
"scripts": {
"start": "webpack serve --port 9000 --env local",
"lint": "eslint --ext .vue,.js,.ts .",
"lint:fix": "eslint --ext .vue,.js,.ts --fix .",
"format": "prettier --check .",
"format:write": "prettier --write .",
"test": "cross-env BABEL_ENV=test jest --passWithNoTests",
"build": "concurrently npm:build:*",
"build:webpack": "webpack --mode=production"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"html-webpack-plugin": "^5.3.2",
"jpeg-js": "^0.4.4",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.1",
"register-service-worker": "^1.7.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"serve": "^14.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.51.1",
"webpack-cli": "^5.0.1",
"webpack-config-single-spa": "^5.0.0",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-cacheable-response": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@types/systemjs": "^6.1.1",
"bootstrap": "^5.2.3",
"single-spa": "^5.9.3",
"single-spa-layout": "^2.1.0"
}
}