-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.55 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
{
"name": "webpack-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "webpack-serve --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js",
"qa": "cross-env NODE_ENV=QA webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"axios": "^0.18.0",
"bulma": "^0.7.1",
"bulma-accordion": "^2.0.0",
"bulma-steps": "^2.2.1",
"bulma-tooltip": "^2.0.1",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.19",
"d": "^1.0.0",
"emotion": "^9.2.9",
"file-loader": "^2.0.0",
"formik": "^1.1.1",
"fuzzyset.js": "0.0.7",
"http-proxy-middleware": "^0.19.0",
"koa-connect": "^2.0.1",
"koa-router": "^7.4.0",
"koa2-connect-history-api-fallback": "0.0.6",
"mini-css-extract-plugin": "^0.4.1",
"mobx": "^4.4.0",
"mobx-react": "^5.1.2",
"mobx-state-tree": "^3.2.4",
"moment": "^2.22.2",
"npm": "^6.1.0",
"npm-check-updates": "^2.14.2",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"query-string": "^5.1.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.5",
"react-image-gallery": "^0.8.11",
"react-responsive-modal": "^3.3.0",
"react-router-dom": "^4.2.2",
"react-select": "^2.0.0-beta.6",
"react-slick": "^0.23.1",
"react-spinners": "^0.4.5",
"react-step-wizard": "^4.2.0",
"react-table": "^6.8.6",
"react-toastify": "^4.1.0",
"slick-carousel": "^1.8.1",
"update": "^0.7.4",
"uuid": "^3.3.2",
"webpack-merge": "^4.1.3",
"webpack-serve": "^2.0.2",
"xlsx": "^0.13.3",
"yup": "^0.26.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mobx-react-router": "^4.0.4",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4"
}
}