-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.1 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 4.1 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
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
{
"name": "extension",
"version": "3.42.1",
"scripts": {
"dev": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",
"build": "cross-env NODE_ENV=production cross-env TARGET_BROWSER=chrome webpack",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0 --fix",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0",
"pretest": "npm run lint",
"test": "jest --runInBand"
},
"prettier": "@dailydotdev/prettier-config",
"dependencies": {
"@dailydotdev/shared": "workspace:*",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@kickass-coderz/react": "^0.0.4",
"@tanstack/react-query": "^5.80.5",
"@tanstack/react-query-devtools": "^5.80.5",
"classnames": "^2.5.1",
"date-fns": "^2.25.0",
"date-fns-tz": "1.2.2",
"dompurify": "^2.5.4",
"fetch-event-stream": "^0.1.5",
"focus-visible": "^5.2.1",
"graphql": "^16.9.0",
"graphql-request": "^3.6.1",
"idb-keyval": "^5.1.5",
"next": "15.4.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^8.34.0",
"react-modal": "^3.15.1",
"react-swipeable": "^7.0.1",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@dailydotdev/eslint-config": "workspace:*",
"@dailydotdev/eslint-plugin-daily-dev-eslint-rules": "workspace:*",
"@dailydotdev/prettier-config": "workspace:*",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/dompurify": "^2.3.1",
"@types/jest": "^26.0.24",
"@types/node": "^22.9.1",
"@types/node-fetch": "^2.6.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-modal": "^3.16.3",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/webextension-polyfill": "^0.10.5",
"@types/webpack": "^4.41.31",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-react-remove-properties": "^0.3.0",
"caniuse-lite": "^1.0.30001717",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^4.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-testing-library": "^4.12.4",
"fake-indexeddb": "^3.1.7",
"filemanager-webpack-plugin": "^3.0.0-alpha.7",
"fork-ts-checker-webpack-plugin": "^6.5.2",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-junit": "^12.3.0",
"mini-css-extract-plugin": "^1.6.2",
"nock": "^13.2.4",
"node-fetch": "^2.6.6",
"postcss": "^8.4.47",
"postcss-100vh-fix": "^1.0.2",
"postcss-custom-media": "^11.0.3",
"postcss-focus-visible": "^10.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^6.2.1",
"postcss-mixins": "^9.0.4",
"postcss-nesting": "^13.0.0",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"tailwindcss": "^3.4.14",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.5.4",
"typescript": "5.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-ext-reloader": "^1.1.13",
"wext-manifest-loader": "^3.0.0",
"wext-manifest-webpack-plugin": "^1.2.1"
}
}