- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
19 lines (19 loc) · 447 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 447 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "interactive-comments-section",
"version": "1.0.0",
"description": "Interactive comments section",
"main": "index.html",
"scripts": {
"build": "webpack --mode production"
},
"author": "Alamin",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1"
}
}