-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
109 lines (109 loc) Β· 3.29 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "pyconkr-web",
"version": "0.1.0",
"repository": "git@github.com:pythonkr/pyconkr-web.git",
"scripts": {
"dev": "nodemon",
"build": "next build",
"start": "NODE_ENV=production nodemon",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"graphql:codegen": "lib/apollo_graphql/apollo_codegen.sh",
"graphql:clean": "rm -rf lib/apollo_graphql/__generated__ lib/apollo_graphql/graphql_schema.json"
},
"resolutions": {
"graphql": "^14.1.1"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@types/apollo-upload-client": "^8.1.1",
"@types/fontfaceobserver": "^0.0.6",
"@types/lodash": "^4.14.123",
"@types/ramda": "^0.26.3",
"@types/react-toastify": "^4.0.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"apollo": "^2.8.3",
"apollo-boost": "^0.1.27",
"apollo-link-context": "^1.0.14",
"apollo-upload-client": "^10.0.0",
"blob": "0.0.5",
"classnames": "^2.2.6",
"core-decorators": "^0.20.0",
"cross-fetch": "^3.0.1",
"date-fns": "^1.30.1",
"date-fns-timezone": "^0.1.4",
"emotion": "^10.0.6",
"emotion-normalize": "^10.0.0",
"emotion-reset": "^2.0.1",
"emotion-server": "^10.0.6",
"express": "^4.16.4",
"fontfaceobserver": "^2.1.0",
"github-markdown-css": "^3.0.1",
"glob": "^7.1.3",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"highlight.js": "^9.15.8",
"http": "^0.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.11",
"marksy": "^8.0.0",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.10.2",
"next": "^7.0.2",
"next-ga": "^2.3.4",
"next-i18next": "^0.37.0",
"next-nprogress": "^1.4.0",
"next-plugin-graphql": "^0.0.2",
"next-routes": "^1.4.2",
"node-fetch": "^1.7.2",
"path": "^0.12.7",
"qrcode.react": "^0.9.3",
"qs": "^6.6.0",
"ramda": "^0.26.1",
"rc-steps": "^3.3.1",
"react": "^16.7.0",
"react-apollo": "^2.4.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-intl": "^2.8.0",
"react-intl-universal": "^1.15.5",
"react-markdown": "^4.0.8",
"react-slick": "^0.24.0",
"react-toastify": "^5.1.0",
"slick-carousel": "^1.8.1",
"typescript-string-enums": "^1.0.0",
"universal-cookie": "^3.0.7"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@types/classnames": "^2.2.8",
"@types/date-fns": "^2.6.0",
"@types/i18next": "^12.1.0",
"@types/intl": "^1.2.0",
"@types/next": "^7.0.6",
"@types/node-fetch": "^2.1.6",
"@types/qs": "^6.5.1",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-intl": "^2.3.17",
"@types/react-slick": "^0.23.4",
"accepts": "^1.3.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"cross-env": "^5.2.0",
"file-loader": "^3.0.1",
"fixme": "^0.5.0",
"nodemon": "^1.18.11",
"ts-node": "^8.0.2",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.0.0",
"tslint-react": "^4.0.0",
"typescript": "^3.2.2",
"typescript-tslint-plugin": "^0.3.1",
"url-loader": "^1.1.2"
}
}