-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1003 Bytes
/
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
{
"name": "DoughLoops",
"version": "1.0.0",
"description": "---BACKGROUND---",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"core-js": "^3.16.1",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvanCzako/DoughLoops.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EvanCzako/DoughLoops/issues"
},
"homepage": "https://github.com/EvanCzako/DoughLoops#readme",
"browserslist": [
"defaults"
]
}