-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "endereco-oxid6-client",
"version": "1.0.0",
"description": "",
"main": "endereco.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress"
},
"author": "ilja_weber <[email protected]>",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@endereco/js-sdk": "1.11.0",
"axios": "^1.1.3",
"babel-loader": "^8.1.0",
"babel-preset-stage-3": "^7.0.0-beta.3",
"classlist-polyfill": "^1.2.0",
"cross-env": "^7.0.2",
"css-loader": "^6.7.1",
"custom-event-polyfill": "^1.0.7",
"diff": "^5.1.0",
"fast-levenshtein": "^3.0.0",
"html-loader": "^4.2.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"mustache": "^4.0.0",
"node-sass": "^7.0.3",
"polyfill-array-includes": "^2.0.0",
"promise-polyfill": "^8.1.3",
"sass-loader": "^13.1.0",
"terser-webpack-plugin": "^5.3.6",
"uuid": "^9.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 9"
]
}