-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
113 lines (113 loc) · 3.58 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
110
111
112
113
{
"name": "knowpro-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"start:watch": "npm-run-all -p watch:css start",
"start:react": "react-scripts start",
"start": "yarn build:css && yarn start:react",
"build": "NODE_ENV=production yarn build:css && react-app-rewired build",
"analyze": "NODE_ENV=production yarn build && source-map-explorer 'build/static/js/*.js'",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"build:css": "postcss src/tailwind.css -o src/index.css",
"watch:css": "postcss -w src/tailwind.css -o src/index.css"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@date-io/moment": "^1.3.13",
"@emotion/core": "^10.0.28",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.10.0",
"@sentry/react": "^5.27.1",
"@types/mixpanel-browser": "^2.23.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
"color": "^3.1.2",
"immer": "^4.0.1",
"katex": "^0.10.2",
"lodash": "^4.17.14",
"mixpanel-browser": "^2.32.0",
"moment": "^2.24.0",
"pdfjs-dist": "^2.5.207",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-content-loader": "^5.0.4",
"react-cookie": "^4.0.0",
"react-device-detect": "^1.6.2",
"react-dom": "^16.8.4",
"react-dropzone": "^10.2.1",
"react-ga": "^2.5.7",
"react-google-login": "^5.1.22",
"react-helmet": "^5.2.1",
"react-hint": "^3.2.0",
"react-linkify": "^1.0.0-alpha",
"react-query": "^2.12.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-text-truncate": "^0.14.1",
"react-toastify": "^6.0.9",
"socket.io-client": "^3.1.3",
"typescript": "^3.9.6",
"zustand": "^2.2.1"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.13.0",
"@types/chrome": "^0.0.97",
"@types/classnames": "^2.2.10",
"@types/color": "^3.0.0",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.52",
"@types/jest": "^24.0.18",
"@types/katex": "^0.10.1",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.11",
"@types/pdfjs-dist": "^2.1.5",
"@types/react": "^16.9.5",
"@types/react-autosuggest": "^9.3.14",
"@types/react-dom": "^16.9.1",
"@types/react-headroom": "^2.2.1",
"@types/react-helmet": "^5.0.10",
"@types/react-linkify": "^1.0.0",
"@types/react-router-dom": "^5.1.0",
"@types/react-text-truncate": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"customize-cra": "^1.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-standard": "^4.0.1",
"flow-bin": "^0.95.1",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^8.0.0",
"prettier": "^1.17.0",
"react-app-rewired": "^2.1.6",
"react-query-devtools": "^2.4.4",
"source-map-explorer": "^2.5.0",
"tailwindcss": "^1.8.10",
"typescript-plugin-css-modules": "^2.3.0"
}
}