-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.19 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
{
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --open --config internals/webpack/webpack.config.js",
"build": "set NODE_ENV=production&&rimraf dist/* && webpack --config internals/webpack/webpack.config.js",
"lint": "eslint ./src --ext .js,.jsx --fix",
"server": "node ./internals/server/app.js"
},
"eslintConfig": {
"extends": "./internals/codemanage/.eslintrc.js"
},
"eslintIgnore": [
"/node_modules/",
"dist/",
"build/"
],
"prettier": {
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": true,
"bracketSpacing": false
},
"dependencies": {
"@loadable/component": "^5.7.0",
"@material-ui/core": "^4.3.0",
"@material-ui/icons": "^4.2.1",
"@svgr/webpack": "^4.2.0",
"classnames": "^2.2.6",
"codemirror": "^5.47.0",
"compression": "^1.7.4",
"connected-react-router": "^6.4.0",
"cross-env": "^5.2.0",
"draft-js": "^0.11.0",
"eslint-plugin-react-hooks": "^1.5.0",
"express": "^4.16.4",
"gsap": "^2.1.2",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"less": "^3.9.0",
"omml2mathml": "^1.3.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.8.4",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-immutable": "^4.0.0",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sanitize.css": "^8.0.0",
"styled-components": "^4.2.0",
"warning": "^4.0.3",
"webpack-shell-plugin": "^0.5.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "^7.4.0",
"@hot-loader/react-dom": "^16.8.6",
"@loadable/webpack-plugin": "^5.7.1",
"@types/classnames": "^2.2.7",
"@types/history": "^4.7.2",
"@types/node": "^11.13.5",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.7",
"@types/react-router": "^4.4.5",
"@types/redux-actions": "^2.6.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-intl": "^3.0.1",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.0",
"circular-dependency-plugin": "^5.0.2",
"compare-versions": "^3.4.0",
"compression-webpack-plugin": "^2.0.0",
"coveralls": "^3.0.3",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-redux-saga": "^1.0.0",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"imports-loader": "^0.8.0",
"jest-cli": "^24.7.1",
"jest-styled-components": "^6.3.1",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.5",
"node-plop": "^0.18.0",
"null-loader": "^0.1.1",
"offline-plugin": "^5.0.6",
"plop": "^2.3.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"postcss-reporter": "^6.0.1",
"postcss-url": "^8.0.0",
"pre-commit": "^1.2.2",
"prettier": "^1.17.0",
"react-test-renderer": "^16.8.6",
"redux-devtools-extension": "^2.13.8",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0",
"stylus-loader": "^3.0.2",
"svg-url-loader": "^2.3.2",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "^5.3.3",
"typescript": "^3.4.3",
"url-loader": "^1.1.2",
"webpack": "4.30.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "3.3.0",
"webpack-dev-middleware": "^3.6.2",
"webpack-dev-server": "^3.3.1",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1",
"webpack-pwa-manifest": "^4.0.0",
"whatwg-fetch": "^3.0.0"
}
}