forked from Pau1fitz/github-graphql-react
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) Β· 1.32 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
{
"name": "gitix",
"version": "0.3.0",
"homepage": "/",
"dependencies": {
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"blockstack": "^20.0.0-alpha.5",
"blockstack-collections": "0.1.8",
"cors": "^2.8.5",
"express-ws": "^4.0.0",
"github-calendar": "^1.3.2",
"gitstar-components": "^1.0.5",
"lodash": "^4.17.15",
"moment": "^2.21.0",
"radiks": "^0.3.0-beta.1",
"radiks-server": "^0.3.0-beta.1",
"react": "^16.11.0",
"react-blockstack": "^0.6.3",
"react-blockstack-button": "^0.1.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-share": "^3.0.1",
"styled-components": "^4.4.1"
},
"scripts": {
"babel-node": "babel-node --config-file ./babel-server.config.js",
"start-web": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start": "NODE_ENV=production yarn babel-node server"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}