forked from EclipseFdn/solstice-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.58 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.58 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
33
34
35
36
37
38
39
{
"name": "eclipsefdn-solstice-assets",
"description": "Solstice is a responsive look and feel for eclipse.org.",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.52",
"bugs": {
"url": "https://github.com/EclipseFdn/solstice-assets/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/eclipsefdn/solstice-assets.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",
"drupal": "napa && cp -R node_modules/drupal-bootstrap/starterkits /tmp/starterkits && rm -rf node_modules/drupal-bootstrap/* && mv /tmp/starterkits node_modules/drupal-bootstrap/"
},
"napa": {
"drupal-bootstrap": "https://ftp.drupal.org/files/projects/bootstrap-7.x-3.22.tar.gz"
},
"readmeFilename": "README.md",
"dependencies": {
"@geedmo/yamm3": "^1.3.1",
"bootstrap": "^3.4.1",
"cookieconsent": "^3.1.0",
"feather-icons": "^4.7.0",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-match-height": "^0.7.2",
"laravel-mix": "4.0.14",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"napa": "^3.0.0"
}
}