forked from qtranslate/qtranslate-xt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 975 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": "qtranslate-xt",
"version": "1.0.0",
"description": "qTranslate-XT (eXTended)",
"main": "dist/main.js",
"private": true,
"scripts": {
"build": "webpack --mode=production --progress",
"dev": "webpack --mode=development --devtool=eval-source-map --progress",
"watch": "webpack --mode=development --devtool=eval --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qtranslate/qtranslate-xt.git"
},
"keywords": [],
"author": "HerrVigg",
"license": "GPLv2-or-later",
"bugs": {
"url": "https://github.com/qtranslate/qtranslate-xt/issues"
},
"homepage": "https://github.com/qtranslate/qtranslate-xt#readme",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {}
}