-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 843 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
{
"name": "social-proof-section-master",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Dripcoding/front-end-mentor-social-proof.git",
"author": "Dripcoding <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack-prod.config.js",
"dev": "webpack serve --config webpack-dev.config.js"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.0.0",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.2.0"
},
"dependencies": {}
}