-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 3.04 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 3.04 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
{
"name": "combiner",
"version": "2.4.0",
"description": "This extension provides harvest-pivotal-basecamp linking.",
"main": "webpack.config.js",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.19.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"animate.css": "^4.1.1",
"babel-loader": "^8.2.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chrome-webstore-upload-cli": "^2.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.5",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-notifications-component": "^4.0.1",
"react-select": "^5.4.0",
"react-tag-autocomplete": "^6.3.0",
"react-textarea-autosize": "^8.3.4",
"run-sequence": "^2.2.1",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"showdown": "^2.1.0",
"style-loader": "^3.3.1",
"web-ext": "^7.10.0",
"web-ext-submit": "^7.2.0",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"watch:firefox": "NODE_ENV=development BROWSER=firefox webpack --watch",
"watch:chrome": " NODE_ENV=development BROWSER=chrome webpack --watch",
"build:firefox": "NODE_ENV=production BROWSER=firefox webpack",
"build:chrome": " NODE_ENV=production BROWSER=chrome webpack",
"deploy:firefox": "npx web-ext-submit -v --source-dir='build-firefox'",
"deploy:chrome": " npx chrome-webstore-upload-cli --source='build-chrome' upload --auto-publish",
"web-ext:lint:firefox": "npx web-ext lint --source-dir=build-firefox",
"web-ext:lint:chrome": " npx web-ext lint --source-dir=build-chrome",
"web-ext:run": " npx web-ext run --source-dir=build-firefox",
"lint": " npx eslint 'src/**/*.js' 'src/**/*.jsx'",
"lint-fix": " npx eslint --fix 'src/**/*.js' 'src/**/*.jsx'",
"prettier": " npx prettier -c .",
"prettier-fix": "npx prettier -w ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/boost/combiner"
},
"keywords": [
"harvest",
"pivotaltracker",
"basecamp"
],
"author": "Paul Mesnilgrente <paul.mesnilgrente@boost.co.nz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boost/combiner/issues"
},
"homepage": "https://github.com/boost/combiner"
}