-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 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
{
"name": "recruitment-task-landing-page",
"version": "1.0.0",
"description": "e-commerce landing page based on vanilla JS (JQuery library) and SCSS preprocessor.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.production.config.js",
"dev": "webpack serve --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romaniso/recruitment-task-landing-page.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/romaniso/recruitment-task-landing-page/issues"
},
"homepage": "https://github.com/romaniso/recruitment-task-landing-page#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.3",
"sass": "^1.59.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
}
}