-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) Β· 3.13 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) Β· 3.13 KB
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
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.11",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.7",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.6.0",
"bad-words": "^3.0.3",
"chart.js": "2.4.0",
"d3": "^5.9.2",
"heatmap.js": "^2.0.5",
"lodash": "^4.17.20",
"mathjax": "^2.7.5",
"moment": "^2.29.2",
"qrcode.react": "^0.8.0",
"qs": "^6.9.1",
"react": "^16.12.0",
"react-chartjs-2": "^2.7.4",
"react-cookie": "^4.0.1",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.0",
"react-ga": "^2.5.7",
"react-json-view": "latest",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"redux": "^4.0.0",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.5",
"replay-viewer": "0.8.0",
"three": "^0.125.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"tslint": "tslint --project . -c ./tslint.test.json",
"tslint-check-prettier": "tslint-config-prettier-check ./tslint.json",
"prettier": "prettier --write **/*.{ts,tsx,js,css,html}"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/chart.js": "^2.8.7",
"@types/d3": "^5.7.2",
"@types/heatmap.js": "^2.0.35",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.148",
"@types/material-ui": "^0.21.7",
"@types/mathjax": "0.0.36",
"@types/node": "^12.12.8",
"@types/qrcode.react": "^0.9.0",
"@types/qs": "^6.9.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.2",
"@types/react-test-renderer": "^16.9.1",
"@types/react-text-mask": "^5.4.3",
"@types/redux-actions": "^2.3.1",
"prettier": "1.19.1",
"react-test-renderer": "^16.12.0",
"source-map-explorer": "^1.6.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0",
"typescript": "^3.7.2"
},
"proxy": "http://localhost:8000",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!replay-viewer|three)"
]
}
}