Files
parts_website/package.json

37 lines
993 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "Precision and Research Technology Systems Limited\r Website with online store",
"main": "webpack.config.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teddy-1024/parts_website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Teddy-1024/parts_website/issues"
},
"homepage": "https://github.com/Teddy-1024/parts_website#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"glob": "^11.0.0",
"mini-css-extract-plugin": "^2.9.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}