forked from parasharrajat/E-CPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "expensify-contributor-plus",
"version": "1.5.1",
"description": "Browser extension for Expensify Contributor Plus. It comes handy in many ways to ease the life of C+.",
"scripts": {
"dev": "webextension-toolbox dev",
"build": "webextension-toolbox build",
"postversion": "sh ./version.sh"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/webextension-polyfill": "^0.8.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@webextension-toolbox/webextension-toolbox": "^5.2.2",
"babel-loader": "^8.2.5",
"chai": "^4.3.4",
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"eslint": "^8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"ignore-loader": "^0.1.2",
"mocha": "^9.1.3",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"ts-mocha": "^9.0.2",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.2",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.74.0",
"webpack-watched-glob-entries-plugin": "^2.2.4"
},
"dependencies": {
"@primer/octicons-react": "^17.3.0",
"@primer/react": "^35.5.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.5",
"underscore": "^1.13.4"
}
}