-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
47
48
49
50
51
52
{
"name": "excel_project",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Playys228/excel-course.git"
},
"keywords": [],
"author": "Playys",
"private": true,
"license": "ISC",
"browserslist": "> 0.25%, not dead",
"bugs": {
"url": "https://github.com/Playys228/excel-course/issues"
},
"homepage": "https://github.com/Playys228/excel-course#readme",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.17.10",
"@babel/runtime-corejs3": "^7.17.9",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.3",
"css-loader": "^6.7.1",
"eslint": "^8.14.0",
"eslint-config-google": "^0.14.0",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"babel": "^6.23.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"normalize.css": "^8.0.1",
"regenerator-runtime": "^0.13.9"
}
}