-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (37 loc) · 962 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": "MINI-XCOM",
"version": "1.0.0",
"description": "### Background -------",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CodyDegraffeNiles/MINI_XCOM.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodyDegraffeNiles/MINI_XCOM/issues"
},
"homepage": "https://github.com/CodyDegraffeNiles/MINI_XCOM#readme",
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"core-js": "^3.21.1",
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.5.3",
"regenerator-runtime": "^0.13.9",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"browserslist": [
"defaults"
],
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production"
}
}