-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 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
33
34
35
36
37
38
{
"name": "project-portal-theme",
"packageManager": "[email protected]",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"test": "$npm_execpath run test:jest && $npm_execpath run test:storybook",
"test:jest": "jest",
"test:storybook": "yarn workspace storybook test"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pa11y-ci": "^3.1.0",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslint-react": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"gatsby-plugin-testing": "^0.3.5"
}
}