-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
162 lines (162 loc) · 5.18 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "./node_modules/.bin/jest",
"test:watch": "yarn run test -- --watch",
"lint": "./node_modules/.bin/eslint --ignore-pattern '/flow-typed/' . --fix;exit 0",
"prettier": "./node_modules/.bin/prettier --config .prettierrc \"src/**/*.{js,jsx}\" --write",
"flow": "./node_modules/.bin/flow",
"flow-typed": "./node_modules/.bin/flow-typed",
"semantic:build": "cd .semantic && gulp build-css build-assets",
"semantic:watch": "cd .semantic && yarn run semantic:build && gulp watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@matejmazur/react-mathjax": "^0.1.10",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.5.2",
"@mdx-js/runtime": "^1.5.1",
"@merc/react-timeline": "^0.1.42",
"@next/mdx": "^9.1.4",
"@styled-system/css": "^5.1.4",
"@zeit/next-css": "^1.0.1",
"animejs": "^3.1.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"buble": "^0.19.8",
"classnames": "^2.2.6",
"config": "^3.2.4",
"cookie": "^0.4.0",
"css-loader": "^3.3.2",
"fontfaceobserver": "^2.1.0",
"highlight.js": "^9.17.1",
"immer": "^5.0.2",
"intersection-observer": "^0.7.0",
"isomorphic-unfetch": "^3.0.0",
"jalali-moment": "^3.3.3",
"jest": "^24.9.0",
"js-cookie": "^2.2.1",
"languagedetect": "^2.0.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.15",
"next": "9.3.2",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "^4.0.1",
"nookies": "^2.0.8",
"persianjs": "^0.4.0",
"prop-types": "^15.7.2",
"rc-progress": "^2.5.2",
"react": "16.12.0",
"react-animate-on-scroll": "^2.1.5",
"react-anime": "^2.2.0",
"react-autosize-textarea": "^7.0.0",
"react-circle": "^1.1.1",
"react-countdown": "^2.2.0",
"react-countup": "^4.3.3",
"react-dom": "16.12.0",
"react-ellipsis-text": "^1.2.1",
"react-ga": "^2.7.0",
"react-horizontal-timeline": "^1.5.3",
"react-in-viewport": "^1.0.0-alpha.11",
"react-intersection-observer": "^8.25.2",
"react-line": "^1.0.2",
"react-markdown": "^4.2.2",
"react-mathjax2": "^0.0.2",
"react-media": "^1.10.0",
"react-motion": "^0.5.2",
"react-no-ssr": "^1.1.0",
"react-notebook": "^0.1.0",
"react-particles-js": "^2.7.0",
"react-redux": "^7.1.3",
"react-responsive": "^8.0.1",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^2.2.0",
"react-social-login-buttons": "^3.0.0",
"react-spinners": "^0.7.2",
"react-springy-parallax": "^1.3.0",
"react-syntax-highlighter": "^12.2.1",
"react-toastify": "^5.4.1",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rehype-katex": "^2.0.0",
"rehype-parse": "^6.0.2",
"rehype-remark": "^7.0.0",
"rehype-stringify": "^6.0.1",
"remark": "^11.0.2",
"remark-math": "^2.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"remark-stringify": "^7.0.4",
"request": "^2.88.0",
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"styled-components": "^4.4.1",
"styled-system": "^5.1.2",
"unified": "^8.4.2",
"url-loader": "^3.0.0",
"validator": "^12.1.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.0.0",
"babel-jest": "^24.9.0",
"babel-plugin-emotion": "^10.0.23",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"better-console": "^1.0.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-flowtype": "^4.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.4",
"eslint-plugin-jsdoc": "^18.1.4",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"flow-bin": "^0.112.0",
"flow-typed": "^2.6.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-chmod": "^3.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-dedupe": "^0.0.2",
"gulp-flatten": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-json-editor": "^2.5.4",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-rtlcss": "^1.4.0",
"gulp-uglify": "^3.0.2",
"jest-flow-transform": "^1.0.1",
"normalize-path": "^3.0.0",
"prettier": "^1.19.1",
"replace-ext": "^1.0.0",
"require-dot-file": "^0.4.0",
"wrench-sui": "^0.0.3",
"yamljs": "^0.3.0"
}
}