This repository was archived by the owner on Mar 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.2 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.2 KB
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
{
"name": "eclipsefdn-iot-eclipse-org",
"description": "Source code for iot.eclipse.org",
"main": "packages.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.1",
"bugs": {
"url": "https://github.com/EclipseFdn/iot.eclipse.org/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/EclipseFdn/iot.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",
"build_netlify": "NODE_ENV=production npm run production"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.135",
"list.js": "^1.2.0"
},
"prettier": {
"singleQuote": true,
"printWidth": 120
},
"browserslist": "last 5 version, > 0.2%, not dead, IE 11"
}