-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.3 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
{
"name": "npmvs-client",
"version": "1.0.0",
"private": true,
"description": "The front-end app for NPMvs (https://npmvs.com)",
"author": "Vianney Stroebel",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.1.2",
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.19",
"axios": "^0.18.0",
"babel-plugin-emotion": "^9.2.11",
"babel-plugin-transform-commonjs-es2015-modules": "^4.0.1",
"classnames": "^2.2.6",
"color": "^3.0.0",
"debounce-promise": "^3.1.0",
"deep-eql": "^3.0.1",
"emotion": "^9.2.12",
"fbjs": "^1.0.0",
"graphql-request": "^1.8.2",
"history": "^4.7.2",
"jss": "^9.8.7",
"lodash": "^4.17.11",
"marked": "^0.5.1",
"mem": "^4.0.0",
"mixedtuplemap": "^1.0.0",
"p-map": "^2.0.0",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"ramda": "^0.25.0",
"rc-menu": "^7.4.13",
"react": "^16.5.2",
"react-app-rewire-eslint": "^0.2.3",
"react-app-rewire-hot-loader": "^1.0.3",
"react-app-rewired": "^1.6.2",
"react-deep-force-update": "^2.1.3",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.3.11",
"react-instantsearch-dom": "^5.3.1",
"react-jss": "^8.6.1",
"react-markdown": "^4.0.2",
"react-measure": "^2.1.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-select": "^2.1.0",
"react-syntax-highlighter": "^9.0.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.1",
"remark-align": "^1.2.4",
"shallow-equal-explain": "0.0.4",
"tuplemap": "^1.0.2",
"unescape-html": "^1.1.0",
"unfetch": "^4.0.1",
"unist-util-visit": "^1.4.0",
"victory": "^30.5.0",
"why-did-you-update": "^0.1.1",
"xss": "^1.0.3"
},
"scripts": {
"start": "NODE_PATH=src/ PORT=3283 BROWSER=/usr/bin/google-chrome-beta react-app-rewired start",
"build": "NODE_PATH=src/ react-app-rewired build",
"test": "NODE_PATH=src/ react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/preset-env": "^7.1.0",
"react-app-rewire-svgr": "^1.1.1",
"unused-files-webpack-plugin": "^3.4.0"
}
}