-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
47
48
49
50
51
{
"name": "dig-elem-test-task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KostyanB/digElemTask"
},
"keywords": [],
"author": "Konstantin Berezko",
"license": "ISC",
"bugs": {
"url": "https://github.com/KostyanB/"
},
"homepage": "https://github.com/KostyanB/digElemTask",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"D": "^1.0.0",
"core-js": "^3.14.0",
"prettier": "^2.5.1",
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^6.2.1",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"webpack": "^5.44.0",
"webpack-dev-server": "^3.11.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}