-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.1 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio",
"main": "src",
"scripts": {
"reset": "rd -r .\\dist && rd -r .\\package-lock.json && rd -r .\\node_modules && npm i",
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.js",
"build-dev": "cross-env NODE_ENV=development webpack --config ./webpack.config.js",
"dev": "cross-env NODE_ENV=development nodemon --watch ./src --delay 2500ms ./bin/dev.js -e js,css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valentinMachado/valentinMachado.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/valentinMachado/valentinMachado.github.io/issues"
},
"homepage": "https://github.com/valentinMachado/valentinMachado.github.io#readme",
"dependencies": {
"child-process-promise": "^2.2.1",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"nodemon": "^3.0.1",
"style-loader": "^3.3.3",
"uuid": "^9.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}