-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
72 lines (72 loc) · 1.9 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
{
"name": "airmessage-react",
"version": "1.4.9",
"author": "Tagavari",
"description": "iMessage for the web",
"private": true,
"sideEffects": [
"**/*.css",
"./{browser,windows/web}/init.ts"
],
"scripts": {
"start": "webpack serve --open",
"start-secure": "webpack serve --open --env secure",
"build": "webpack build",
"test": "jest"
},
"devDependencies": {
"@testing-library/react": "^13.1.1",
"@types/bytebuffer": "^5.0.42",
"@types/gapi": "^0.0.43",
"@types/gapi.people": "^1.0.5",
"@types/jest": "^29.1.2",
"@types/luxon": "^3.0.0",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/spark-md5": "^3.0.2",
"@types/ua-parser-js": "^0.7.35",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.2.0",
"eslint": "^8.5.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"source-map-loader": "^4.0.0",
"style-loader": "^3.0.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.1.2",
"typescript": "^4.1.5",
"webpack": "^5.30.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.1.0",
"workbox-webpack-plugin": "^6.1.1"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@sentry/react": "^7.0.0",
"bytebuffer": "^5.0.1",
"firebase": "^9.0.1",
"js-base64": "^3.6.1",
"libphonenumber-js": "^1.9.15",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"luxon": "^3.0.1",
"markdown-to-jsx": "^7.1.1",
"pako": "^2.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-transition-group": "^4.4.2",
"spark-md5": "^3.0.1",
"ua-parser-js": "^1.0.2",
"uuid": "^9.0.0"
}
}