-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.01 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
{
"name": "pangu.js",
"license": "MIT",
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 9",
"iOS >= 8",
"Android >= 4"
],
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint-js": "eslint . --ignore-pattern '/node_modules/' --ignore-pattern '/.next/'",
"fix-js": "yarn run lint-js --fix"
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"actioncable-jwt": "^1.1.0",
"antd": "^3.26.4",
"babel-plugin-root-import": "^6.4.1",
"emoji-mart": "^2.11.2",
"formik": "^2.0.8",
"fs": "^0.0.2",
"highlight.js": "^9.17.1",
"immutable": "^4.0.0-rc.12",
"intl": "^1.2.5",
"isomorphic-unfetch": "^3.0.0",
"json-loader": "^0.5.7",
"less": "^3.10.3",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.15",
"mousetrap": "^1.6.3",
"next": "^9.1.6",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "^4.0.1",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-dom": "^16.12.0",
"react-intl": "^3.9.3",
"react-pangu": "^1.2.0",
"react-redux": "^7.1.3",
"react-responsive": "^8.0.1",
"react-scroll": "^1.7.15",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"remarkable": "^2.0.0",
"styled-jsx": "^3.2.4",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1"
}
}