-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
{
"name": "3p",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/register": "^7.7.7",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/react": "^16.9.17",
"apollo-boost": "^0.1.28",
"apollo-link": "^1.2.11",
"apollo-link-rest": "^0.6.0",
"babel-core": "^6.26.3",
"babel-plugin-graphql-tag": "^1.6.0",
"babel-plugin-transform-assets": "^1.0.2",
"babel-polyfill": "^6.26.0",
"express": "^4.17.1",
"express-sitemap-xml": "^1.0.2",
"graphql": "^14.3.1",
"graphql-anywhere": "^4.2.4",
"graphql-tag": "^2.10.1",
"ignore-styles": "^5.0.1",
"moment": "^2.24.0",
"newrelic": "^6.2.0",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"react": "^16.8.0",
"react-apollo": "^3.1.3",
"react-dfp": "^0.7.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-lazyload": "^2.6.1",
"react-meta-tags": "^0.7.4",
"react-moment": "^0.8.4",
"react-player": "^1.11.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"socket.io": "^2.2.0"
},
"scripts": {
"start": "node server/index.js",
"serve": "node server.js",
"build": "react-scripts build",
"devclient": "react-scripts start",
"devserver": "react-scripts build && node server/index.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}