-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "@ucfcdl/syntax-sorter",
"materia": {
"cleanName": "syntax-sorter"
},
"dependencies": {
"axe-core": "^4.9.1",
"materia-widget-development-kit": "~3.0.2",
"sass-loader": "^13.3.2"
},
"devDependencies": {
"@axe-core/react": "^4.7.3",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/preset-react": "^7.0.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"babel-eslint": "^10.1.0",
"eslint": "^6.5.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom-sixteen": "^2.0.0",
"react": "16.9.0",
"react-axe": "^3.5.4",
"react-color": "^2.18.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.14.0",
"regenerator-runtime": "^0.13.7",
"sass": "^1.24.4"
},
"scripts": {
"start": "mwdk-start",
"lint": "eslint src/**/*.js",
"build": "mwdk-build-prod",
"build-dev": "mwdk-build-dev",
"test": "jest",
"test-ci": "TZ='America/New_York' CI=true jest --ci --useStderr --coverage --coverageReporters text-summary cobertura"
},
"jest": {
"testEnvironment": "jsdom-sixteen"
},
"author": "University of Central Florida, Center for Distributed Learning",
"description": "Syntax Sorter Materia Widget. A tool for arranging sentences or phrases based on the syntactic structure of individual tokens.",
"version": "1.2.3"
}