-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.64 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
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
{
"name": "harvard-arts",
"version": "0.1.0",
"private": false,
"dependencies": {
"@babel/core": "^7.0.0",
"@types/aos": "^3.0.1",
"@types/cors": "^2.8.4",
"@types/debug": "^4.1.2",
"@types/dotenv": "^6.1.0",
"@types/elasticsearch": "^5.0.31",
"@types/express": "^4.16.1",
"@types/google-map-react": "^0.23.11",
"@types/lodash.debounce": "^4.0.6",
"@types/morgan": "^1.7.35",
"@types/node": "^11.10.4",
"@types/pg": "^7.4.14",
"@types/react-dom": "^16.8.2",
"@types/react-router-dom": "^5.1.0",
"@types/redis": "^2.8.10",
"antd": "^3.13.2",
"aos": "^2.3.4",
"apollo-boost": "^0.1.27",
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link": "^1.2.8",
"apollo-link-rest": "^0.7.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "8.0.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"browserslist": "^4.7.0",
"caniuse-lite": "^1.0.30000999",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"elasticsearch": "^15.4.1",
"express": "^4.16.4",
"google-map-react": "^1.1.2",
"graphql": "^14.1.1",
"graphql-anywhere": "^4.1.27",
"graphql-tag": "^2.10.1",
"info-logger": "0.1.2",
"lodash.debounce": "^4.0.8",
"morgan": "^1.9.1",
"node-sass": "^4.11.0",
"pg": "^7.9.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "^16.8.1",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.1",
"react-dragula": "^1.1.17",
"react-horizontal-timeline": "^1.5.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"redis": "^2.8.0",
"set-query-string": "^2.2.0",
"ts-node": "^8.0.2",
"ts-node-dev": "^1.0.0-pre.32",
"tslint-react": "^3.6.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.7.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.3.3",
"tslint": "^5.20.0",
"typescript": "^3.3.3333"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "yarn modTsconfig && DEBUG=log nodemon --watch server --exec ts-node-dev --respawn --transpileOnly ./server/index.ts",
"prod": "tsc && node ./build/app.js",
"watch": "nodemon --watch 'server/**/*.ts' --ignore 'server/**/*.spec.ts' --exec 'ts-node' server",
"modTsconfig": "babel-node server/utils/modifyTsconfig.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"ajv": "6.8.1"
}
}