-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.69 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
{
"name": "CryptoRoulette",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint .",
"flow": "flow"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-inline-react-svg": "^0.5.2",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.4.0",
"babel-plugin-system-import": "^1.1.5",
"babel-plugin-system-import-transformer": "^3.1.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cryptocompare": "^0.3.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-class-property": "^1.1.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jasmine": "^2.9.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"express": "^4.16.2",
"flow-bin": "^0.59.0",
"fontfaceobserver": "^2.0.13",
"next": "^4.3.0-universal-alpha.1",
"next-routes": "^1.2.0",
"node-fetch": "^1.7.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.0",
"styled-components": "^2.4.0"
}
}