forked from M-Labs/web2019
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "m-labs-zola",
|
|
"sideEffects": false,
|
|
"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",
|
|
"start-dev": "npx webpack --watch --mode=development --devtool=inline-source-map",
|
|
"build-dev": "npx webpack --mode=development --devtool=inline-source-map"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.m-labs.hk/M-Labs/web2019.git"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^16.6.0",
|
|
"bootstrap": "^5.3.3",
|
|
"json-logic-js": "^2.0.5",
|
|
"react": "^18.3.1",
|
|
"react-bootstrap": "^2.10.4",
|
|
"uuid": "^9.0.1",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.24.8",
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-preset-minify": "^0.5.2",
|
|
"webpack": "^5.93.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-preprocessor-loader": "^1.3.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": [
|
|
">0.25%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|