forked from Helioviewer-Project/helioviewer.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 969 Bytes
/
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
{
"scripts": {
"test": "jest resources/js/test",
"prettier": "npx prettier -w resources/js/test resources/js/Media/VideoPlayer.jsx tests",
"prettier-check": "npx prettier -c resources/js/test resources/js/Media/VideoPlayer.jsx tests"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@playwright/test": "^1.47.1",
"@types/jquery": "^3.5.31",
"@types/node": "^20.12.9",
"@xmldom/xmldom": "^0.9.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"expose-loader": "^4.1.0",
"file-type": "^19.5.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"jhvrequest": "^0.0.9",
"react-modal-image": "github:mudhoney/react-modal-image#master"
}
}