-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.31 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
73
74
75
{
"name": "austere-med-interactives",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",
"dev": "webpack serve --mode development",
"prod": "webpack serve --mode production",
"test": "jest",
"test:watch": "jest --watch",
"test:snapshot": "jest -u",
"eslint": "eslint --ext .js,.tsx src/",
"cypress:run": "cypress run",
"cypress:test": "start-server-and-test prod http://127.0.0.1:3000 cypress:run",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccnmtl/austere-med-interactives.git"
},
"author": "Nick Buonincontri",
"license": "MIT",
"bugs": {
"url": "https://github.com/ccnmtl/austere-med-interactives/issues"
},
"homepage": "https://github.com/ccnmtl/austere-med-interactives#readme",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"css-loader": "^7.0.0",
"cypress": "^13.0.0",
"eslint": "^8.19.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-security": "^3.0.0",
"file-loader": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm": "^10.0.0",
"sass": "^1.32.8",
"sass-loader": "^16.0.0",
"start-server-and-test": "^2.0.0",
"style-loader": "^4.0.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5",
"webpack": "^5.52.0",
"webpack-cli": "^6.0.0",
"webpack-dev-server": "^5.0.0"
},
"dependencies": {
"@sentry/browser": "^8.0.0",
"babel-loader": "^9.0.1",
"bootstrap": "~5.3.3",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "~2.1.0",
"react-router-dom": "^6.3.0"
}
}