-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
76 lines (76 loc) · 2.49 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
{
"name": "azureservices-io",
"version": "1.0.0",
"description": "Azure services quick reference",
"repository": "[email protected]:nnmer/azure-services-map.git",
"author": "Anton Romanov <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "APP_ENV=dev ./node_modules/.bin/webpack serve --config webpack-dev.config.js --progress",
"build": "APP_ENV=prod ./node_modules/.bin/webpack --config webpack-prod.config.js"
},
"dependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@microsoft/applicationinsights-react-js": "^3.2.0",
"@microsoft/applicationinsights-web": "^2.5.2",
"axios": "^0.21.1",
"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": "^17.0.1",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^17.0.2",
"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.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@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.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"compression-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"dotenv-webpack": "^7.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.3.0",
"node-sass": "^6.0.1",
"normalize-path": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-loader": "^6.1.1",
"react-hot-loader": "^4.13.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.0.0",
"strip-loader": "^0.1.2",
"style-loader": "^3.3.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.2"
},
"browserslist": [
"last 2 version",
">= 1%",
"not ie <= 10"
]
}