-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "lotrsearch",
"version": "0.1.0",
"private": true,
"homepage": "https://robmcelhinney.github.io/MiddleEarthSearch/",
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^4.4.3",
"@material-ui/styles": "^4.4.3",
"@types/sql.js": "0.0.29",
"fs": "0.0.1-security",
"material-ui": "^0.20.2",
"material-ui-search-bar": "^1.0.0-beta.13",
"material-ui-search-bar-enhanced": "^0.5.3",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-router": "^5.1.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.1",
"react-scripts": "5.0.1",
"react-transition-group": "latest",
"source-map-explorer": "^2.1.0"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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": {
"bootstrap": "^4.3.1",
"gh-pages": "^2.1.1",
"react-bootstrap": "^1.0.0-beta.12"
}
}