-
Notifications
You must be signed in to change notification settings - Fork 630
/
package.json
132 lines (132 loc) · 4.67 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
124
125
126
127
128
129
130
131
132
{
"name": "WikiEduDashboard",
"repository": "https://github.com/WikiEducationFoundation/WikiEduDashboard",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.18.9",
"@rails/ujs": "^7.0.3-1",
"@reduxjs/toolkit": "^2.2.6",
"@sentry/browser": "^6.18.1",
"@tinymce/tinymce-react": "^3.12.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"autosize": "^6.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.0",
"chartkick": "^4.2.0",
"core-js": "^3.21.1",
"create-react-class": "^15.7.0",
"cross-fetch": "^3.1.5",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"date-fns": "^2.28.0",
"deep-freeze": "^0.0.1",
"enzyme": "^3.11.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.5",
"fetch-jsonp": "^1.2.1",
"i18n-js": "^4.2.2",
"jeet": "^7.2.0",
"jest": "^26.0.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.13.2",
"jsdom": "^16.2.2",
"linkify-html": "^4.1.1",
"linkifyjs": "^4.1.1",
"list.js": "git+https://github.com/WikiEducationFoundation/list.js.git",
"location-origin": "^1.1.4",
"lodash-es": "^4.17.15",
"markdown-it": "^12.3.2",
"markdown-it-footnote": "^3.0.2",
"mini-css-extract-plugin": "^2.6.0",
"nouislider": "^14.2.0",
"nyc": "^15.1.0",
"parsleyjs": "^2.9.2",
"promise-limit": "^2.7.0",
"prop-types": "^15.7.2",
"query-string": "7.1.1",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-day-picker": "7.4.8",
"react-dnd": "^16.0.0",
"react-dnd-html5-backend": "^16.0.0",
"react-dom": "^18.2.0",
"react-dropzone": "11.0.2",
"react-flip-toolkit": "^7.0.14",
"react-input-range": "^1.3.0",
"react-onclickoutside": "^6.9.0",
"react-paginate": "^8.1.5",
"react-redux": "^7.2.3",
"react-router-dom": "^6.2.2",
"react-router-hash-link": "^2.4.3",
"react-scroll": "^1.8.1",
"react-select": "^5.7.2",
"react-switch": "^6.0.0",
"react-test-renderer": "^17.0.2",
"react-transition-group": "4.4.2",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.1",
"require-dir": "1.2.0",
"reselect": "^4.0.0",
"rewire": "^5.0.0",
"rtlcss-webpack-plugin": "^4.0.7",
"rupture": "^0.7.1",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"slick-carousel": "git+https://github.com/cfoehrdes/slick.git#a4d85536c42951933e1d887bcc013615e25b03e7",
"striptags": "^3.2.0",
"stylelint-config-standard": "^32.0.0",
"stylus": "^0.54.8",
"tinymce": "^5.2.2",
"uuid": "^3.4.0",
"velocity-animate": "^1.5.1",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.9.0",
"webpack-manifest-plugin": "^5.0.0",
"wnumb": "^1.2.0"
},
"scripts": {
"test": "jest",
"lint-non-build": "eslint 'test/**/*.{jsx,js}' '*.js'",
"start": "node prepare.js && webpack serve --env development --client-overlay --client-progress --progress",
"start:no-lint": "node prepare.js && webpack serve --env development --env DISABLE_ESLINT --client-overlay --client-progress --progress",
"hot": "node prepare.js && webpack serve --env development --env DISABLE_ESLINT --env memory --client-overlay --client-progress --progress",
"coverage": "node prepare.js && webpack build --env development --env coverage --progress --node-env test",
"build": "node prepare.js && webpack build --env production --node-env production --progress",
"analyze": "node prepare.js && webpack build --env production --node-env production --progress --env analyze"
},
"engines": {
"yarn": ">= 1.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"babel-plugin-root-import": "^6.5.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-i18next": "^6.0.3",
"eslint-webpack-plugin": "^3.1.1",
"lodash": "^4.17.21",
"react-refresh": "^0.14.0",
"stylus-native-loader": "^1.1.2",
"webpack-cli": "^4.9.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"packageManager": "[email protected]"
}