-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "uber-stack",
"version": "1.0.0",
"main": "index.js",
"author": "binary64",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build && next export"
},
"dependencies": {
"@zeit/next-css": "^0.2.0",
"@zeit/next-less": "^0.3.0",
"@zeit/next-typescript": "^1.1.0",
"antd": "^3.9.2",
"apollo-link-http": "^1.5.5",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"highcharts": "^6.1.3",
"isomorphic-unfetch": "^2.1.1",
"less": "^3.8.1",
"next": "^6.1.2",
"next-apollo": "^2.0.0",
"next-apollo-hoc": "^1.0.0",
"next-cookies": "^1.0.2",
"nextjs-export-path-map": "^0.1.2",
"react": "^16.5.1",
"react-apollo": "^2.1.11",
"react-dom": "^16.5.1",
"react-grid-layout": "^0.16.6",
"react-highcharts": "^16.0.2",
"react-jsx-highcharts": "^3.2.1",
"react-textfit": "^1.1.0",
"react-trend": "^1.2.4",
"typescript": "^3.0.3"
},
"devDependencies": {
"@types/graphql": "14.0.0",
"@types/next": "^6.1.5",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"babel-eslint": "^9.0.0",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"less-loader": "^4.1.0"
}
}