forked from EclipseFdn/hugo-solstice-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.2 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
{
"name": "eclipsefdn-hugo-solstice-theme",
"description": "Hugo Solstice Theme by the Eclipse Foundation.",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.41",
"bugs": {
"url": "https://github.com/EclipseFdn/hugo-solstice-theme/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/eclipsefdn/hugo-solstice-theme.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prepare_release": "rm -rf node_modules && rm package-lock.json && npm install && npm run production && git add . && git commit -m \"prepare new release\" -s"
},
"readmeFilename": "README.md",
"dependencies": {
"eclipsefdn-solstice-assets": "0.0.67"
}
}