forked from mytardis/mytardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.47 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "mytardis",
"version": "4.2.0",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/mytardis/mytardis.git"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@emotion/react": "^11.0.0",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/react": "12.1.5",
"angular": "1.8.3",
"angular-resource": "1.8.3",
"babel-loader": "^9.1.3",
"blueimp-file-upload": "^10.32.0",
"bootstrap": "^5.3.3",
"bootstrap-3-typeahead": "^4.0.2",
"clean-webpack-plugin": "^4.0.0",
"clipboard": "^2.0.11",
"core-js": "^3.36.0",
"css-loader": "^6.10.0",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"filesize": "^10.1.0",
"font-awesome": "^4.7.0",
"glob": "^10.3.10",
"he": "^1.2.0",
"html-webpack-plugin": "^5.6.0",
"imports-loader": "^5.0.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.2",
"js-cookie": "^3.0.5",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.8.1",
"minimatch": "^9.0.3",
"moment": "^2.30.1",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"query-string": "^9.0.0",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10",
"react-bootstrap-typeahead": "^6.3.2",
"react-datetime": "^3.2.0",
"react-dom": "^16.14.0",
"react-icons": "^3.10.0",
"react-redux": "^8.1.3",
"react-spinners": "^0.13.8",
"react-switch": "^7.0.0",
"react-tag-autocomplete": "^6.1.0",
"react-treebeard": "v4.2.4-beta.0",
"regenerator-runtime": "^0.14.1",
"select2": "^4.0.12",
"sprintf-js": "^1.1.3",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"underscore": "^1.13.6",
"underscore.string": "^3.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-bundle-tracker": "^3.0.1",
"webpack-cli": "^5.1.4",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@storybook/addon-actions": "^8.1.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-storyshots": "^6.4.19",
"@storybook/addons": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/test": "^8.1.10",
"babel-eslint": "^10.0.3",
"babel-plugin-rewire": "^1.2.0",
"bootlint": "^1.1.0",
"concurrently": "^8.2.2",
"core-js": "^3.36.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.8",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^8.0.1",
"grunt-webpack": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jquery-mockjax": "^2.6.1",
"js-yaml": "^4.1.0",
"jscpd": "^3.5.10",
"qunit": "^2.20.1",
"react-test-renderer": "^16.14.0"
},
"scripts": {
"eslint.jquery": "eslint -c .eslintrc --ext .js assets/js/tardis_portal js_tests/tardis_portal/ tardis/apps/sftp/static/js/sftp/sftp.js tardis/apps/openid_migration/static/js/openid_migration/migrate_accounts.js",
"eslint.angular": "eslint -c .eslintrc.angular assets/js/tardis_portal/facility_view/facility_view.js",
"eslint.react": "eslint -c .eslintrc.react --ext .jsx assets/js/apps/",
"test-build": "webpack --config test-webpack.config.js --progress --color --mode production",
"pretest": "npm run eslint.jquery && npm run eslint.angular && npm run eslint.react && npm run test-build",
"test-react": "TZ='Etc/UTC' jest --testMatch=\"<rootDir>/assets/js/apps/search/**/*.spec.jsx\" --config jest.config.js",
"test": "grunt test --verbose && npm run test-react",
"test-watch": "grunt test --watch --verbose && npm run test-react -- --watch",
"dev": "webpack --config webpack.config.js --progress --color --watch --mode development",
"start": "concurrently -n \"webpack,storybook,test\" \"npm run dev\" \"npm run storybook\" \"npm run test-react\"",
"build": "webpack --config webpack.config.js --progress --color --mode production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}