-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 880 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 880 Bytes
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
{
"name": "react-responsive-test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "parcel src/index.html -p 3000",
"test": "jest --silent"
},
"dependencies": {
"@blocz/react-responsive": "workspace:*",
"@emotion/css": "^11.13.5",
"react": "^19.2.4",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/jest-environment-puppeteer": "^5.0.6",
"@types/node": "^22.10.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"jest-puppeteer": "^11.0.0",
"mock-match-media": "^1.0.3",
"parcel": "^2.16.4",
"process": "^0.11.10",
"puppeteer": "^23.10.2",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
}
}