forked from nnmer/azure-services-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.38 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
{
"name": "azureservices-io",
"version": "1.0.0",
"description": "Azure services quick reference",
"repository": "git@github.com:nnmer/azure-services-map.git",
"author": "Anton Romanov <anton.v.romanov@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack-dev.config.js --progress",
"build": "./node_modules/.bin/webpack --config webpack-prod.config.js"
},
"dependencies": {
"@microsoft/applicationinsights-react-js": "^2.5.2",
"@microsoft/applicationinsights-web": "^2.5.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"core-js": "^3.6.4",
"d3": "3.5.17",
"d3-hierarchy": "^1.1.9",
"detect-browser": "^5.0.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16.13.1",
"react-dropdown-tree-select": "^2.3.1",
"react-paginate": "^6.3.2",
"react-router-dom": "^5.1.2",
"react-ultimate-pagination": "^1.2.0",
"simplebar": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.1",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@svgr/webpack": "^5.3.0",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"dotenv-webpack": "^1.7.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"normalize-path": "^3.0.0",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.12.20",
"sass-loader": "^8.0.2",
"strip-loader": "^0.1.2",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"browserslist": [
"last 2 version",
">= 1%",
"not ie <= 10"
]
}