This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
57 lines (57 loc) · 2.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "eclipsefdn-solstice-assets",
"description": "Solstice is a responsive look and feel for eclipse.org.",
"main": "js/main.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.171",
"bugs": {
"url": "https://github.com/EclipseFdn/solstice-assets/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/eclipsefdn/solstice-assets.git"
},
"browserslist": "last 5 version, > 0.2%, not dead, IE 11",
"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 --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",
"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": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@geedmo/yamm3": "^1.3.1",
"bootstrap": "^3.4.1",
"browserslist": "^4.16.6",
"cookieconsent": "^3.1.0",
"core-js": "^3.15.2",
"element-closest-polyfill": "^1.0.4",
"feather-icons": "^4.7.0",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.3.2",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.5.1",
"jquery-match-height": "^0.7.2",
"laravel-mix": "^6.0.25",
"laravel-mix-transpile-node-modules": "^2.0.1",
"less": "^3.13.1",
"less-loader": "^7.3.0",
"lightbox2": "^2.11.1",
"mustache": "^4.0.1",
"mustache-loader": "^1.4.3",
"napa": "^3.0.0",
"owl.carousel": "^2.3.4",
"parse-link-header": "^1.0.1",
"postcss": "^8.3.5",
"whatwg-fetch": "^3.6.2"
}
}