-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 981 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
34
{
"name": "webpack-runtime-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"update": "ttag update i18n/uk.po ./src",
"po2json": "ttag po2json i18n/uk.po --format=compact > dist/uk.po.json",
"build": "npm run po2json && NODE_ENV=production ASSET_PATH=./dist/ webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttag-org/webpack-runtime-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ttag-org/webpack-runtime-example/issues"
},
"homepage": "https://github.com/ttag-org/webpack-runtime-example#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"ttag-cli": "^1.7.17",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {
"browser-cookies": "^1.2.0",
"ttag": "^1.7.17"
}
}