-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.88 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
{
"name": "twilio-console-plus",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^53.0.0",
"prettier": "3.2.5",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"web-ext": "^7.11.0"
},
"scripts": {
"build": "rm -rf dist && NODE_ENV=production webpack",
"lint": "web-ext lint && eslint 'src/**/*.{ts,tsx}'",
"fix": "prettier --write src && eslint --fix 'src/**/*.{ts,tsx}'",
"package": "web-ext build",
"submit:firefox": "web-ext sign --use-submission-api --channel=listed --amo-metadata=.amo-metadata.json --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET",
"generate-twilio-api-models": "./generate_twilio_api_models.sh"
},
"dependencies": {
"-": "^0.0.1",
"@tanstack/react-query": "^5.37.1",
"debounce": "^2.0.0",
"downshift": "^9.0.6",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-tooltip": "^5.26.4",
"save-dev": "^0.0.1-security",
"styled-components": "^6.1.11",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}