-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 3 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
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
{
"name": "give-web",
"version": "1.0.0",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/runtime-corejs2": "^7.25.9",
"@cruglobal/cru-payments": "^1.2.4",
"@datadog/browser-rum": "^5.16.0",
"angular": "^1.8.3",
"angular-cookies": "^1.8.2",
"angular-environment": "https://github.com/jonshaffer/angular-environment.git#d3082c06fb16804d324faac9b7e753fd64a44e5d",
"angular-filter": "^0.5.17",
"angular-gettext": "^2.4.2",
"angular-messages": "^1.8.2",
"angular-ordinal": "^2.1.3",
"angular-sanitize": "^1.8.2",
"angular-scroll": "^1.0.2",
"angular-translate": "^2.19.0",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^1.0.30",
"bootstrap-sass": "^3.4.1",
"change-case-object": "^2.0.0",
"crypto-js": "^4.2.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react2angular": "^4.0.6",
"rollbar": "^2.7.1",
"rxjs": "^5.2.0",
"slick-carousel": "1.8.1",
"textangularjs": "^2.1.2",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/node": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/angular": "^1.8.4",
"@types/node": "^17.0.12",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"angular-mocks": "^1.8.2",
"babel-loader": "^8.0.6",
"babel-plugin-angularjs-annotate": "^0.10.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.7",
"jest-environment-jsdom": "^29.4.2",
"mini-css-extract-plugin": "^0.8.0",
"moment-locales-webpack-plugin": "^1.1.0",
"ngtemplate-loader": "^2.0.1",
"sass": "^1.49.0",
"sass-loader": "^10",
"standard": "^16.0.4",
"style-loader": "^1.0.0",
"typescript-eslint": "^0.0.1-alpha.0",
"webpack": "^4.39.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-manifest-plugin": "^2.1.1"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"build:analyze": "webpack -p --env.analyze",
"test": "jest",
"test:log": "jest --silent=false",
"lint": "standard",
"lint:write": "standard --fix",
"lint:ts": "tsc"
},
"standard": {
"env": {
"jest": true,
"browser": true
},
"ignore": [
"**/*.spec.js",
"**/*.fixture.js"
]
},
"resolutions": {
"webpack-dev-server/**/spdy-transport": "^3.0.0"
}
}