-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.68 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
{
"name": "miporti",
"version": "1.0.0",
"description": "Portale del sito mip",
"engines" : { "node" : ">=8 <9" },
"repository": {
"type": "git",
"url": "https://github.com/5Tsrl/miporti.git"
},
"main": "index.js",
"scripts": {
"buildProdOrig": "NODE_ENV=production webpack --progress ",
"startOrig": "NODE_ENV=development node webpackDevServer.js",
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"keywords": [],
"author": "raf",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@svgr/webpack": "^4.1.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-react-intl": "^3.0.1",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"js-yaml-loader": "^1.0.1",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"react-hot-loader": "^4.3.12",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.3.2",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.26.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"axios": "^0.18",
"classnames": "^2.2.6",
"core-js": "^2.6.1",
"howler": "^2.0.15",
"iscroll": "^5.2.0",
"lscache": "^1.3.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-autosuggest": "^9.4.2",
"react-collapse": "^4.0.3",
"react-css-transition-replace": "^3.0.3",
"react-dom": "^16.6.3",
"react-ga": "^2.5.6",
"react-height": "^3.0.0",
"react-helmet": "^5.2.0",
"react-html5video": "^2.5.1",
"react-intl": "^2.7.2",
"react-intl-redux": "^2.0.2",
"react-iscroll": "^2.0.3",
"react-motion": "^0.5.2",
"react-redux": "^5",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-twitter-widgets": "^1.7.1",
"redux": "^4.0.1"
}
}