forked from rubykube/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
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
{
"name": "website",
"version": "1.0.0",
"description": "Rubykube Site",
"repository": "https://github.com/rubykube/website.git",
"author": "Louis Bellet <lbellet@heliostech.fr>",
"license": "MIT",
"main": "./source/javascripts/site.js",
"private": true,
"scripts": {
"watch": "$(npm root)/.bin/webpack --watch -d --progress --color",
"build": "$(npm root)/.bin/webpack --bail -p"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"webpack": "^4.16.5"
},
"devDependencies": {
"autoprefixer": "^9.1.0",
"css-loader": "^1.0.0",
"node-sass": "^4.9.2",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack-cli": "^3.1.0"
}
}