-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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": "cst-trees",
"version": "1.0.0",
"treebank-template": {
"version": "5.0.0"
},
"private": true,
"homepage": "https://perseids-publications.github.io/cst-trees/",
"dependencies": {
"@primer/octicons-react": "^10.0.0",
"@testing-library/react": "^11.2.5",
"alpheios-messaging": "git+https://github.com/alpheios-project/alpheios-messaging.git",
"bootstrap": "^4.5.0",
"cp-cli": "^2.0.0",
"cross-fetch": "^3.0.6",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-jest": "^23.20.0",
"gh-pages": "^3.1.0",
"msw": "^0.28.0",
"perseids-react-components": "^1.1.2",
"prop-types": "^15.6.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"reactstrap": "^8.5.1",
"treebank-react": "^2.1.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build && cp-cli build/index.html build/404.html",
"test": "react-scripts test",
"lint": "eslint --ext=js --ext=jsx .",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}