Forked from
Eclipse Foundation / IT / Websites / eclipse.org
505 commits behind the upstream repository.
-
Christopher Guindon authoredChristopher Guindon authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 1.15 KiB
{
"name": "eclipsefdn-eclipse-org",
"description": "Source code for new eclipse.org website",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.0",
"bugs": {
"url": "https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --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 --config=node_modules/laravel-mix/setup/webpack.config.js",
"install": "NODE_ENV=production npm run production"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.148",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0"
},
"browserslist": "last 5 version, > 0.2%, not dead, IE 11"
}