-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.88 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
{
"name": "ba",
"version": "0.5.2",
"homepage": "https://defo10.github.io/interface-for-text-exploration-and-annotation/",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@reduxjs/toolkit": "^1.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/d3": "^6.2.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/lunr": "^2.3.3",
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"d3": "^6.3.1",
"env-cmd": "^10.1.0",
"gh-pages": "^3.1.0",
"lodash": "^4.17.20",
"lunr": "^2.3.9",
"material-ui-icons": "^1.0.0-beta.36",
"material-ui-search-bar": "^1.0.0",
"papaparse": "^5.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-jss": "^10.5.0",
"react-redux": "^7.2.2",
"react-remarkable": "^1.1.3",
"react-scripts": "4.0.1",
"react-split-pane": "^0.1.92",
"remarkable": "^2.0.1",
"three": "^0.124.0",
"typescript": "^4.1.3"
},
"scripts": {
"build:staging": "env-cmd -f .env.staging npm run build",
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .js,.tsx src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2"
}
}