-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.22 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
{
"name": "@evo/c-3po-webpack-start",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && npm run build-uk",
"build-uk": "webpack --env.locale=uk",
"build2": "webpack --config webpack-no-transpile.config.js && npm run build-uk2",
"build-uk2": "webpack --env.locale=uk --config webpack-no-transpile.config.js",
"extract": "webpack --env.extract",
"merge": "msgmerge uk.po template.pot -U",
"watch": "webpack -w",
"publish": "webpack --env.host=https://c-3po-org.github.io/webpack-demo && webpack --env.locale=uk --env.host=https://c-3po-org.github.io/webpack-demo && cd dist && git init && git commit --allow-empty -m 'update' && git checkout gh-pages && touch .nojekyll && git add . && git commit -am 'update' && git push [email protected]:c-3po-org/webpack-demo.git gh-pages --force"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-c-3po": "0.2.3",
"babel-preset-es2015": "^6.22.0",
"static-site-generator-webpack-plugin": "^3.1.0",
"webpack": "^2.2.1"
},
"dependencies": {
"c-3po": "0.2.3"
}
}