forked from moyarishka/ImedEvoFront
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.67 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.67 KB
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
{
"name": "Imed",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --inline --content-base public --history-api-fallback --config webpack/dev.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack/build.config.js"
},
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^21.0.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
"json-loader": "^0.5.7",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"react-hot-loader": "^4.0.0-beta.6",
"style-loader": "^0.18.2",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"uglifyjs-webpack-plugin": "^1.1.5",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.5",
"compression-webpack-plugin": "^1.1.10",
"copy-webpack-plugin": "^4.3.1",
"favicons-webpack-plugin": "0.0.7",
"glob": "^7.1.2",
"history": "^4.7.2",
"imagemin-webpack-plugin": "^2.0.0",
"moment": "^2.20.1",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"prop-types": "^15.6.0",
"rc-checkbox": "^2.1.1",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-big-calendar": "^0.17.0",
"react-datepicker": "^1.2.1",
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-https-redirect": "^1.0.10",
"react-lightweight-tooltip": "^1.0.0",
"react-media": "^1.6.1",
"react-redux": "^5.0.6",
"react-redux-form": "^1.16.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-star-ratings": "^1.3.0",
"react-tabs": "^2.2.1",
"react-test-renderer": "^15.6.2",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"save": "^2.3.2",
"sw-precache-webpack-plugin": "^0.11.4",
"url-loader": "^0.6.2",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-manifest-plugin": "^1.3.2"
}
}