-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "bucketlist",
"version": "1.0.0",
"description": "Bucket List website",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"sass": "node-sass -w src/scss/ -o dist/css/ --recursive",
"watch": "npm-watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.4",
"autoprefixer": "^10.4.4",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.1.0",
"ejs-loader": "^0.5.0",
"exports-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"npm-watch": "^0.11.0",
"popper.js": "^1.16.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"process": "^0.11.10",
"sanitize-html": "^2.7.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"keywords": [],
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "js,jsx,scss,json,ejs"
}
}
}