Files
openafc_final/src/web/package.json
2024-03-25 10:11:24 -04:00

94 lines
3.1 KiB
JSON

{
"name": "fbrat-web",
"version": "0.0.0",
"description": "AFC Web GUI",
"license": "The use of this software shall be governed by the terms and conditions of the OpenAFC Project License.",
"main": "index.js",
"private": true,
"scripts": {
"build": "webpack --config webpack.prod.js --display minimal",
"build-dev": "webpack --config webpack.dev.js --display normal",
"build-prod": "webpack --config webpack.prod.js --display normal",
"build-docs": "typedoc --out docs --mode modules --ignoreCompilerErrors src/app",
"start": "webpack-dev-server --hot --watch --color --progress --info=true --config webpack.dev.js",
"test": "jest",
"lint": "tslint -c ./tslint.json --project .",
"build:bundle-profile": "webpack --profile --json > stats.json",
"bundle-profile:analyze": "yarn build:bundle-profile && webpack-bundle-analyzer ./stats.json",
"clean": "rimraf www"
},
"devDependencies": {
"@patternfly/react-charts": "5.2.9",
"@patternfly/react-core": "3.129.3",
"@patternfly/react-icons": "3.14.30",
"@patternfly/react-styles": "3.6.15",
"@patternfly/react-table": "2.24.64",
"@patternfly/react-tokens": "2.7.14",
"@types/enzyme": "3.10.4",
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/google-map-react": "1.1.3",
"@types/jest": "24.0.25",
"@types/node": "13.1.6",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-measure": "2.0.5",
"@types/react-router-dom": "5.1.3",
"@types/recharts": "1.8.5",
"@types/victory": "33.1.2",
"@types/webpack": "4.41.2",
"css-loader": "3.4.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-to-json": "3.4.3",
"file-loader": "5.0.2",
"google-map-react": "1.1.5",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "3.2.0",
"imagemin": "7.0.1",
"jest": "24.9.0",
"konva": "4.1.2",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"prettier": "3.2.5",
"prop-types": "15.6.1",
"raw-loader": "4.0.0",
"react": "16.12.0",
"react-axe": "3.3.0",
"react-dom": "16.12.0",
"react-google-recaptcha": "2.1.0",
"react-konva": "16.12.0-0",
"react-measure": "2.3.0",
"react-router-dom": "5.1.2",
"recharts": "1.8.5",
"regenerator-runtime": "0.13.3",
"rimraf": "3.0.0",
"style-loader": "1.1.2",
"svg-url-loader": "3.0.3",
"terser-webpack-plugin": "2.3.2",
"ts-jest": "24.3.0",
"ts-loader": "6.2.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-eslint-rules": "5.4.0",
"tslint-react": "4.1.0",
"typedoc": "0.16.2",
"typescript": "3.7.4",
"url-loader": "3.0.0",
"webdav": "2.10.1",
"webpack": "4.41.5",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1",
"webpack-merge": "4.2.2"
},
"dependencies": {
"axios": "^v1.6.0",
"ejs": "^3.1.7",
"highlight.js": "^11.6.0",
"jsdom": "^16.5.0",
"node-fetch": "^3.2.10",
"terser": "^4.8.1"
}
}