41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "m-labs-zola",
|
|
"version": "1.0.0",
|
|
"description": "These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For deployment, see the nix-scripts repository. Commits to https://git.m-labs.hk/M-Labs/web2019.git are automatically deployed to m-labs.hk through Hydra.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "npx webpack --watch",
|
|
"build": "npx webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.m-labs.hk/M-Labs/web2019.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.22.6",
|
|
"@babel/core": "^7.22.8",
|
|
"@babel/preset-env": "^7.22.7",
|
|
"@babel/preset-react": "^7.22.5",
|
|
"axios": "^1.4.0",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-preset-minify": "^0.5.2",
|
|
"bootstrap": "^5.3.0",
|
|
"jquery": "^3.7.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"uuid": "^9.0.0",
|
|
"webpack": "^5.88.1",
|
|
"webpack-cli": "^5.1.4",
|
|
"json-logic-js": "^2.0.2",
|
|
"react-bootstrap": "^2.8.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react"
|
|
]
|
|
}
|
|
}
|