-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 837 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 837 Bytes
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
{
"name": "serradora",
"version": "2.0.1",
"description": "Página web sa serradora.",
"main": "src/main.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"serve": "webpack serve",
"build-prod": "NODE_ENV=production webpack"
},
"keywords": [],
"author": "Adrián Terrasa",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@farvell/jflow-core": "^2.0.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}