-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 973 Bytes
/
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
{
"name": "hdo-bootstrap",
"version": "1.0.0",
"description": "HDO version of Bootstrap 4.",
"main": "hdo-bootstrap.scss",
"scripts": {
"dev": "webpack --watch",
"build": "./node_modules/.bin/webpack --bail --optimize-minimize --optimize-occurence-order --optimize-dedupe",
"deploy": "npm run build && scp -r public/hdo-bootstrap.* [email protected]:/webapps/files/dev/hdo-bootstrap"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.2",
"bootstrap": "git+https://github.com/twbs/bootstrap.git#v4.0.0-alpha.2",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"mkdirp": "^0.5.1",
"node-sass": "^3.4.2",
"postcss": "^5.0.15",
"postcss-loader": "^0.8.0",
"precss": "^1.4.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.8"
}
}