-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.66 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.66 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@asd20/notifications",
"version": "1.2.1",
"description": "Tools for notifications",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "lerna run test",
"release": "auto shipit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/academydistrict20/notifications.git"
},
"keywords": [
"asd20",
"notifications"
],
"author": "Academy District 20 <socialmedia@asd20.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/academydistrict20/notifications/issues"
},
"homepage": "https://github.com/academydistrict20/notifications#readme",
"devDependencies": {
"@auto-it/conventional-commits": "9.38.0",
"@babel/core": "7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-typescript": "3.1.1",
"@types/jest": "25.2.3",
"@types/lodash": "^4.14.155",
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "3.1.0",
"all-contributors-cli": "6.15.0",
"auto": "9.38.0",
"babel-jest": "26.0.1",
"babel-preset-env": "1.7.0",
"bili": "4.10.0",
"eslint": "7.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"husky": "4.2.5",
"jest": "26.0.1",
"jest-fetch-mock": "3.0.3",
"jest-localstorage-mock": "2.4.2",
"lerna": "3.22.0",
"lint-staged": "10.2.7",
"prettier": "2.0.5",
"rollup": "^2.15.0",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-internal": "^1.0.4",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "0.27.1",
"rollup-plugin-visualizer": "^4.0.4",
"rollup-plugin-vue": "^5.1.9",
"ts-jest": "26.1.0",
"typescript": "3.9.3",
"vue-template-compiler": "2.6.11"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@asd20/notifications-client": "file:packages/client",
"@asd20/notifications-embed": "file:packages/embed",
"@asd20/notifications-plugin-azure-search": "file:packages/plugin-azure-search",
"@asd20/notifications-plugin-cc-messages": "file:packages/plugin-cc-messages",
"@asd20/notifications-plugin-json": "file:packages/plugin-json",
"@asd20/notifications-shared": "file:packages/shared",
"@asd20/notifications-ui": "file:packages/ui"
},
"auto": {
"plugins": [
"npm",
"conventional-commits",
"released"
],
"onlyPublishWithReleaseLabel": true
}
}