-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1017 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
{
"name": "iptracker",
"version": "1.0.0",
"description": "An IP Address Tracker App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./scripts/create-env.js && webpack --mode production --config webpack.config.js",
"dev": "webpack --config webpack.config.dev.js",
"build:watch": "webpack --watch --config webpack.config.js"
},
"keywords": [
"JS",
"API",
"HTML",
"CSS",
"DOM"
],
"author": "Axel Yaguana <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.2",
"css-minimizer-webpack-plugin": "^2.0.0",
"dotenv-webpack": "^7.0.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
}
}