This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage-docker.json
97 lines (97 loc) · 3.06 KB
/
package-docker.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "coderplanets_web",
"version": "0.4.0",
"license": "Apache License 2.0",
"scripts": {
"build:prod": "cross-env GOAL=production next build",
"build:dev": "cross-env GOAL=dev next build",
"launch-old": "cross-env GOAL=production next start -p ${SERVE_PORT}",
"launch": "cross-env GOAL=production next start -p ${SERVE_PORT}",
"launch.dev": "cross-env GOAL=dev next start -p ${SERVE_PORT}",
"launch.prod": "cross-env GOAL=production next start -p ${SERVE_PORT}",
},
"dependencies": {
"accepts": "^1.3.4",
"antd": "3.8.4",
"apollo-cache-inmemory": "1.3.9",
"apollo-client": "2.4.5",
"apollo-link": "1.2.3",
"apollo-link-error": "^1.0.9",
"apollo-link-http": "1.5.5",
"apollo-link-retry": "2.2.5",
"chalk": "^2.4.1",
"debug": "3.1.0",
"draft-js": "^0.10.5",
"draft-js-linkify-plugin": "^2.0.1",
"draft-js-mention-plugin": "3.1.3",
"draft-js-plugins-editor": "2.1.1",
"express": "^4.16.4",
"fetch-jsonp": "^1.1.3",
"glob": "^7.1.2",
"graphql": "^0.13.2",
"graphql-request": "^1.6.0",
"graphql-tag": "^2.6.1",
"helmet": "^3.15.0",
"intl": "^1.2.5",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"lru-cache": "^4.1.3",
"mastani-codehighlight": "0.0.7",
"mobx": "4.5.2",
"mobx-react": "5.3.6",
"mobx-state-tree": "3.7.1",
"module-alias": "^2.0.1",
"next": "7.0.2",
"path-match": "^1.2.4",
"polished": "2.3.0",
"promise-timeout": "^1.3.0",
"prop-types": "^15.5.10",
"pubsub-js": "^1.6.0",
"ramda": "0.25.0",
"randomcolor": "^0.5.3",
"raven-js": "^3.26.4",
"react": "16.8.1",
"react-calendar-heatmap": "^1.6.3",
"react-click-outside": "^3.0.1",
"react-content-loader": "3.1.2",
"react-dom": "16.8.1",
"react-intl": "2.4.0",
"react-json-view": "1.19.1",
"react-keydown": "1.9.7",
"react-masonry-component": "^6.0.1",
"react-resize-detector": "^3.1.2",
"react-sortable-hoc": "^0.8.3",
"react-svg": "7.1.0",
"react-tooltip": "^3.4.0",
"react-trend": "^1.2.4",
"react-waypoint": "^8.0.0",
"remarkable": "^1.7.1",
"remarkable-emoji": "^0.1.3",
"remarkable-mentions": "^0.1.0",
"rxjs": "6.2.2",
"scroll-into-view-if-needed": "1.5.0",
"shortid": "^2.2.8",
"store": "^2.0.12",
"styled-components": "4.0.3",
"timeago-react": "2.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-decorators": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-import": "1.9.1",
"babel-plugin-inline-dotenv": "^1.1.2",
"babel-plugin-module-resolver": "^3.1.2",
"babel-plugin-ramda": "1.6.3",
"babel-plugin-react-intl": "2.4.0",
"babel-plugin-styled-components": "1.8.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"regenerator-runtime": "^0.13.1",
"cross-env": "^5.0.5",
"webpack-bundle-analyzer": "3.0.2",
"dotenv-webpack": "1.5.7"
}
}