-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
54
{
"name": "vue-pack",
"private": true,
"scripts": {
"postinstall": "rimraf node_modules/webpack-chain/types/**",
"build": "pwsh ./scripts/build.ps1",
"format": "npm run format:write && format:fix",
"format:write": "prettier --write \"**/{src,test}/**/*.{json,js,vue}\" \"*.{json,js}\" && prettier-tslint fix \"**/{src,test}/**/*.ts\"",
"format:fix": "yarn workspaces foreach -iv run lint -- --fix",
"test": "npm run build && yarn workspaces foreach -iv run test && jest --verbose"
},
"workspaces": [
"packages/@gluons/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gluons/vue-pack.git"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.9.0",
"@gluons/prettier-config": "^2.0.3",
"@types/cheerio": "^0.22.18",
"@types/jest": "^26.0.23",
"@types/node": "14",
"@vue/server-test-utils": "^1.0.3",
"@vue/test-utils": "^1.0.3",
"babel-jest": "^26.0.0",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"cross-env": "^7.0.2",
"jest": "^26.0.0",
"lerna": "^4.0.0",
"prettier": "^2.0.5",
"prettier-tslint": "^0.4.2",
"rimraf": "^3.0.2",
"testcafe": "^1.14.2",
"ts-node": "^10.0.0",
"tslint": "^6.1.2",
"tslint-config-gluons": "^2.2.0",
"typescript": "~4.2.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.37.0"
},
"resolutions": {
"postcss": "8",
"@types/webpack": "5"
},
"version": "0.0.0"
}