-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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": "page_ice-cream",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode=development",
"dev": "webpack serve --mode=development",
"build": "webpack --mode=production",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ialiev685/page_ice-cream.git"
},
"keywords": [],
"author": "ilfat <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ialiev685/page_ice-cream/issues"
},
"homepage": "https://ialiev685.github.io/page_ice-cream",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-loader": "^2.1.2",
"html-srcsets-loader": "^0.5.1",
"html-webpack-plugin": "^5.3.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {}
}