-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.63 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 4.63 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "OpenStackId",
"version": "1.0.0",
"description": "OpenStackId, IDP",
"main": "resources/assets/js/index.js",
"author": "smarcet@gmail.com",
"license": "ISC",
"scripts": {
"clean": "find . -name \"node_modules\" -type d -prune -exec rm -rf '{}' + && yarn",
"build-dev": "./node_modules/.bin/webpack --config webpack.dev.js",
"build": "./node_modules/.bin/webpack --config webpack.prod.js",
"serve": "webpack-dev-server --open --port=8888 --https --config webpack.dev.js",
"test": "jest --watch"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.20.7",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"babel-cli": "^6.26.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.4",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^3.33.2",
"css-loader": "^6.7.1",
"dotenv-webpack": "^1.7.0",
"file-loader": "^6.2.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"i18n-react": "^0.6.4",
"identity-obj-proxy": "^3.0.0",
"immutability-helper": "^2.7.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "7.0.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"postcss-loader": "^6.2.1",
"react": "^16.6.3",
"react-bootstrap": "^0.33.1",
"react-datetime": "^2.15.0",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-rte-ref-fix": "^0.16.2",
"react-test-renderer": "^17.0.2",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-mock-store": "^1.5.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"superagent": "8.0.9",
"timesync": "^1.0.5",
"urijs": "^1.19.1",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@github/clipboard-copy-element": "^1.1.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"@mui/x-data-grid": "^4.0.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-sass": "^3.0.0",
"bootstrap-tagsinput": "^0.7.1",
"chosen-js": "^1.8.7",
"crypto-js": "^3.1.9-1",
"easymde": "^2.18.0",
"font-awesome": "^4.7.0",
"formik": "^2.2.9",
"jquery": "~2.1.4",
"jquery-migrate": "1.2.1",
"jquery-ui-themes": "^1.12.0",
"jquery-validation": "^1.17.0",
"jquery.cookie": "^1.4.1",
"jqueryui": "^1.11.1",
"jsdom": "^16.5.3",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.4",
"moment-timezone": "^0.5.21",
"popper.js": "^1.14.3",
"pure": "^2.85.0",
"pwstrength-bootstrap": "^3.0.10",
"react-google-recaptcha": "^2.1.0",
"react-password-strength-bar": "^0.4.0",
"react-simplemde-editor": "^5.2.0",
"simplemde": "^1.11.2",
"sweetalert2": "7.3.5",
"typeahead.js": "^0.11.1",
"urijs": "^1.19.1",
"yup": "^0.32.11"
},
"jest": {
"collectCoverageFrom": [
"resources/js/**/*.{js,jsx,mjs}"
],
"moduleDirectories": [
"node_modules",
"resources/js"
],
"moduleFileExtensions": [
"js",
"json",
"jsx",
"node",
"mjs"
],
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy"
},
"testEnvironment": "jsdom",
"testMatch": [
"<rootDir>/resources/js/**/__tests__/**/*.{js,jsx,mjs}",
"<rootDir>/resources/js/**/?(*.)(spec|test).{js,jsx,mjs}"
],
"transform": {
"\\.[jt]sx?$": "babel-jest",
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
}
}
}