-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "said-the-whale",
"version": "1.0.0",
"description": "Said the whale is a website that gives you interesting and random facts about whales.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode development",
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"keywords": [
"css",
"sass",
"bootstrap-4",
"webpack-4",
"whales"
],
"author": "Melanie Bockmann",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.1.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"popper.js": "^1.14.3",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"clean-webpack-plugin": "^0.1.19",
"uglifyjs-webpack-plugin": "^1.2.5"
}
}