-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
41 lines (41 loc) · 1.73 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
36
37
38
39
40
41
{
"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 --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",
"postinstall": "NODE_ENV=production npm run fetch_videos",
"specifications": "bash build.sh",
"build_netlify": "NODE_ENV=production npm run production && npm run specifications",
"fetch_project": "NODE_ENV=production node node_modules/eclipsefdn-hugo-solstice-theme/bin/projects/index.js -l data",
"fetch_videos": "bash fetch_videos.sh",
"generate_contributor_list": "./js/contributor-cards/generate-contributor-lists.sh",
"disallow_robots_txt": "echo \"User-agent: *\r\nDisallow: /\" > layouts/robots.txt",
"optimize_news_images": "bash ./optimize_images.sh content/news"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.212",
"list.js": "^1.2.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"vue-template-compiler": "2.6.12"
},
"overrides": {
"semver": "^7.5.3"
},
"browserslist": "last 5 version, > 0.2%, not dead, IE 11"
}