forked from vuejs/vuefire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"private": true,
"workspaces": [
"packages/vuefire",
"packages/vuexfire",
"packages/documentation",
"packages/@posva/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-replace": "^2.2.1",
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.0.0",
"codecov": "^3.5.0",
"conventional-changelog-cli": "^2.0.21",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"firebase": "^7.2.3",
"jest": "^25.1.0",
"lerna": "^3.16.2",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"rollup": "^2.1.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-strip-banner": "^2.0.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.0",
"ts-jest": "25.5.1",
"typescript": "^3.5.3",
"vue-server-renderer": "^2.6.11"
},
"scripts": {
"prerelease": "lerna version -m 'chore(release): publish'",
"release": "lerna publish from-git",
"prepare": "lerna run prepare",
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
"test": "lerna run test"
}
}