forked from tomvanrossom/pro4trello
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 4.4 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
{
"name": "pro4trello",
"version": "4.0.0",
"description": "Ultimate FREE tweaks for Trello users! Your Trello boards on steroids!",
"keywords": [
"typescript",
"react",
"chrome-extension",
"trello"
],
"bugs": {
"url": "https://github.com/mdjekic/pro4trello/issues"
},
"author": "mdjekic",
"contributors": [
"mdjekic",
"abeimler"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mdjekic/pro4trello.git"
},
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"build:dev": "cross-env NODE_ENV=development webpack --config webpack/webpack.dev.js",
"clean": "rimraf dist",
"test": "npx jest",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
"format": "npx prettier src --check --write --config ./.prettierrc",
"format:html": "npx prettier public/css public/docs --check --write --config ./.prettierrc",
"pack": "node pack.js",
"repack": "npm run build && npm run pack"
},
"dependencies": {
"@atlaskit/analytics-gas-types": "^5.1.3",
"@atlaskit/app-provider": "^0.2.0",
"@atlaskit/badge": "^15.1.16",
"@atlaskit/button": "^16.12.0",
"@atlaskit/checkbox": "^12.6.11",
"@atlaskit/css-reset": "^6.6.0",
"@atlaskit/dropdown-menu": "^12.1.5",
"@atlaskit/form": "^8.11.13",
"@atlaskit/frontend-utilities": "^2.7.1",
"@atlaskit/grid": "^0.11.10",
"@atlaskit/heading": "^1.4.3",
"@atlaskit/icon": "^21.12.8",
"@atlaskit/image": "^1.1.6",
"@atlaskit/menu": "^2.1.2",
"@atlaskit/modal-dialog": "^12.8.3",
"@atlaskit/page": "^12.3.6",
"@atlaskit/page-header": "^10.4.4",
"@atlaskit/page-layout": "^1.8.2",
"@atlaskit/popup": "^1.11.2",
"@atlaskit/primitives": "^1.6.7",
"@atlaskit/progress-bar": "^1.0.2",
"@atlaskit/radio": "^5.6.10",
"@atlaskit/range": "^7.1.7",
"@atlaskit/section-message": "^6.4.15",
"@atlaskit/select": "^16.7.3",
"@atlaskit/skeleton": "^0.2.3",
"@atlaskit/tag": "^11.6.2",
"@atlaskit/tag-group": "^10.2.5",
"@atlaskit/textarea": "^4.7.7",
"@atlaskit/textfield": "^5.6.8",
"@atlaskit/toggle": "^12.6.11",
"@atlaskit/tokens": "^1.28.0",
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.5.1",
"chrome-types": "^0.1.237",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.47.0",
"react-redux": "^8.1.3",
"react-string-replace": "^1.1.1",
"redux-webext": "^1.1.2",
"styled-components": "^3.4.10",
"use-chrome-storage": "^1.2.2"
},
"devDependencies": {
"@types/chrome": "^0.0.158",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"adm-zip": "^0.5.10",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"glob": "^7.1.6",
"jest": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "3.0.3",
"rimraf": "^3.0.2 ",
"ts-jest": "^29.1.0",
"ts-loader": "^8.0.0",
"typescript": "^4.9.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0",
"zip-webpack-plugin": "^4.0.1"
}
}