-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "project-5",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"sass": "sass --watch ./scss/main.scss:./css/style.css ./scss/pages.scss:./css/pages_style.css",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christinebogdan/Project_5.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/christinebogdan/Project_5/issues"
},
"homepage": "https://github.com/christinebogdan/Project_5#readme",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-transform-regenerator": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"eslint": "^7.24.0",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"regenerator-runtime": "^0.13.7"
}
}