forked from jakartaee/jakarta.ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.65 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
31
32
33
34
35
{
"name": "eclipsefdn-hugo-jakartaee",
"description": "Source code for jakarta.ee",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.3",
"bugs": {
"url": "https://github.com/jakartaee/jakarta.ee/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/jakartaee/jakarta.ee.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",
"install": "NODE_ENV=production npm run production",
"postinstall": "NODE_ENV=production npm run fetch_project",
"specifications": "./build.sh",
"disallow_robots_txt": "echo \"User-agent: *\r\nDisallow: /\" > layouts/robots.txt",
"build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production && npm run specifications && npm run fetch_project",
"fetch_project": "NODE_ENV=production node node_modules/eclipsefdn-hugo-solstice-theme/bin/projects/index.js -l data",
"generate_contributor_list": "./js/contributor-cards/generate-contributor-lists.sh"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.104",
"lodash-es": "4.17.15"
},
"devDependencies": {
"vue-template-compiler": "2.6.12"
}
}