forked from ucfopen/UDOIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.71 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
{
"name": "udoit",
"description": "The Universal Design Online content Inspection Tool, or UDOIT (pronounced, 'You Do It') enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.",
"version": "3.1.0",
"engines": {
"yarn": "1.x"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.5",
"@symfony/webpack-encore": "^0.33.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"copy-webpack-plugin": "^6.0.0",
"core-js": "^3.7.0",
"cssnano": "^4.1.10",
"jest": "^26.6.3",
"msw": "^0.27.0",
"postcss-loader": "^3.0.0",
"regenerator-runtime": "^0.13.7",
"sass-loader": "^10.2.0",
"webpack-notifier": "^1.10.1",
"whatwg-fetch": "^3.6.2"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "yarn install && encore dev --watch",
"build": "encore production --progress",
"test": "IGNORE_CONSOLE_ERRORS=1 IGNORE_CONSOLE_WARNINGS=1 jest",
"test:noErrors": "IGNORE_CONSOLE_ERRORS=1 jest",
"test:noWarns": "IGNORE_CONSOLE_WARNINGS=1 jest",
"test:noIgnore": "jest"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@instructure/canvas-theme": "^7.5.0",
"@instructure/ui-alerts": "^7.5.0",
"@instructure/ui-badge": "^7.5.0",
"@instructure/ui-billboard": "^7.5.0",
"@instructure/ui-buttons": "^7.5.0",
"@instructure/ui-checkbox": "^7.5.0",
"@instructure/ui-code-editor": "^7.5.0",
"@instructure/ui-drawer-layout": "^7.5.0",
"@instructure/ui-file-drop": "^7.5.0",
"@instructure/ui-flex": "^7.5.0",
"@instructure/ui-form-field": "^7.5.0",
"@instructure/ui-heading": "^7.5.0",
"@instructure/ui-link": "^7.5.0",
"@instructure/ui-list": "^7.5.0",
"@instructure/ui-menu": "^7.5.0",
"@instructure/ui-metric": "^7.5.0",
"@instructure/ui-modal": "^7.5.0",
"@instructure/ui-navigation": "^7.5.0",
"@instructure/ui-pagination": "^7.5.0",
"@instructure/ui-pill": "^7.5.0",
"@instructure/ui-popover": "^7.5.0",
"@instructure/ui-position": "^7.5.0",
"@instructure/ui-progress": "^7.5.0",
"@instructure/ui-radio-input": "^7.5.0",
"@instructure/ui-responsive": "^7.5.0",
"@instructure/ui-simple-select": "^8.7.0",
"@instructure/ui-spinner": "^7.5.0",
"@instructure/ui-table": "^7.5.0",
"@instructure/ui-tabs": "^7.5.0",
"@instructure/ui-text": "^7.5.0",
"@instructure/ui-text-area": "^7.5.0",
"@instructure/ui-text-input": "^7.5.0",
"@instructure/ui-toggle-details": "^7.5.0",
"@instructure/ui-tray": "^7.5.0",
"@reactchartjs/react-chart.js": "^1.0.0-rc.3",
"axios": "^0.21.2",
"babel-loader": "^8.2.2",
"chart.js": "^2.9.4",
"moment": "^2.29.4",
"pretty": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.7.1"
},
"resolutions": {
"**/postcss": "~7.0.36",
"**/tar": "~6.1.11"
}
}