-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
144 lines (144 loc) · 4.99 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "mule-preview-browser-extension",
"version": "1.0.10",
"description": "Overlays the Mule Preview plugin over SCM web applications",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.14.8",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@codechecks/client": "^0.1.11",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@types/agiledigital__mule-preview": "^2.1.1",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"addons-linter": "^3.11.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chrome-webstore-upload-cli": "^1.2.1",
"concurrently": "^6.2.0",
"core-js": "^3.16.0",
"css-loader": "^5.2.7",
"cz-conventional-changelog": "^3.3.0",
"file-loader": "^6.2.0",
"hard-source-webpack-plugin": "^0.13.1",
"install": "^0.13.0",
"mini-css-extract-plugin": "^1.6.2",
"node-libs-browser": "^2.2.1",
"node-sass": "^5.0.0",
"npm": "^7.20.3",
"prettier": "^1.19.1",
"prettier-check": "^2.0.0",
"prettier-stylelint": "^0.4.2",
"rimraf": "^3.0.2",
"sass-loader": "^10.1.1",
"semantic-release": "^17.4.4",
"semantic-release-chrome": "^1.1.3",
"semantic-release-firefox-add-on": "^0.2.8",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-webpack-plugin": "^2.1.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-immutable": "^6.0.1",
"tslint-loader": "^3.5.4",
"tslint-sonarts": "^1.9.0",
"type-coverage": "^2.18.0",
"typecov": "^0.2.3",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"web-ext": "^6.2.0",
"webextension-polyfill-ts": "^0.25.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.12"
},
"scripts": {
"prebuild": "rimraf ./extension/dist/ && rimraf .cache && rimraf build/*",
"watch-extension": "web-ext run -s extension/ --verbose",
"watch-webpack": "webpack --config webpack.config.js -w -d",
"start": "npm run prebuild && concurrently --kill-others \"npm run watch-extension\" \"npm run watch-webpack\"",
"build": "npm run prebuild && npm run lint && npm run format-check && npm run type-coverage && webpack --config webpack.production.config.js -p",
"lint": "npx stylelint --fix \"src/**/*.scss\" \"src/**/*.css\" \"src/**/*.html\" && tslint --fix -p tsconfig.json -c tslint.json",
"release": "semantic-release",
"format": "prettier --write '{src,test}/**/*.{ts,tsx,js,jsx}'",
"format-check": "prettier-check src/**/*",
"type-coverage": "type-coverage --strict --detail --ignore-catch",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/agiledigital/mule-preview-browser-extension"
},
"keywords": [
"extension",
"mulesoft",
"scm",
"diff",
"bitbucket",
"chrome-extension",
"firefox-addon"
],
"bugs": {
"url": "https://github.com/agiledigital/mule-preview-browser-extension/issues"
},
"homepage": "https://github.com/agiledigital/mule-preview-browser-extension",
"standard": {
"globals": [
"browser",
"chrome",
"window"
],
"ignore": [
"extension/dist/",
"node_modules/"
]
},
"dependencies": {
"@agiledigital/mule-preview": "^2.2.5",
"cross-fetch": "^3.1.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"snyk": "^1.675.0",
"total-functions": "3.0.0"
},
"engines": {
"node": ">= 12.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"typeCoverage": {
"atLeast": 100
},
"snyk": true
}