-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "codap-data-interactives",
"version": "0.0.1",
"description": "CODAP Plugins",
"main": "index.html",
"homepage": ".",
"scripts": {
"std:check:comment": "echo Verifies readiness for build of standard plugins",
"std:check": "bin/check",
"std:increment-build-number:comment": "echo Increments the build number for std plugins",
"std:increment-build-number": "bin/increment-build-number",
"std:build:comment": "echo Builds standard plugins",
"std:build": "bin/build",
"strings:pull": "bin/update-strings",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concord-consortium/codap-data-interactives.git"
},
"keywords": [
"CODAP",
"Plugin",
"Data Interactive"
],
"author": "Jonathan Sandoe",
"license": "MIT",
"bugs": {
"url": "https://github.com/concord-consortium/codap-data-interactives/issues"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"dompurify": "^2.2.7",
"html-react-parser": "^1.2.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"simplify-geojson": "^1.0.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"node-jq": "^2.3.3"
}
}