forked from Piwigo/piwigo-bootstrap-darkroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.64 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "simple-responsive",
"description": "A Phyxo theme based on Bootstrap 4",
"version": "0.1.0",
"keywords": [
"phyxo",
"gallery"
],
"homepage": "https://www.phyxo.net",
"author": "Nicolas Roudaire",
"scripts": {
"start": "NODE_ENV=development webpack --mode=development",
"build": "NODE_ENV=production webpack --mode=production --progress"
},
"style": "css/bootstrap-darkroom.css",
"sass": "scss/bootstrap-darkroom.scss",
"license": "APACHE-2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"bootstrap-social": "^5.1.1",
"jquery": ">=3.0.0",
"jquery-migrate": "^3.0.0",
"photoswipe": "4.1.2",
"popper.js": "^1.14.3",
"selectize": "0.12.4",
"slick-carousel": "tkuther/slick#1.6.0-pwg",
"typeface-pt-sans": "^0.0.35",
"typeface-roboto": "^0.0.35"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"bootstrap": "4.1.1",
"bootstrap-material-design": "4.1.1",
"bootswatch": "thomaspark/bootswatch#v4.1.1",
"clean-css-cli": "^4.1.11",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"node-sass-tilde-importer": "^1.0.0",
"npm-run-all": "^4.1.2",
"postcss-cli": "^5.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglify-js": "^3.3.21",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}