forked from LostMyCode/ProjectEndymion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 883 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
{
"name": "project-endymion",
"version": "1.0.0",
"description": "HSLO Endymion Development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack --watch",
"clean": "rd /s /q dist",
"build": "npx webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"izitoast": "^1.4.0",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.2.1",
"whatwg-fetch": "^3.0.0"
}
}