-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 897 Bytes
/
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
{
"name": "@savchukoleksii/shopify-theme-translations-tool",
"version": "0.0.9",
"description": "",
"main": "src/index.js",
"browser": {
"index.js": "src/index.js"
},
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savchukoleksii/shopify-theme-translations-tool.git"
},
"author": "Oleksii Savchuk <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/savchukoleksii/shopify-theme-translations-tool/issues"
},
"homepage": "https://github.com/savchukoleksii/shopify-theme-translations-tool#readme",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"core-js": "^3.15.2"
}
}