gotelem/web/package.json
saji 2dc5a0457b
Some checks failed
Node.js CI / build (push) Failing after 48s
Go / build (1.21) (push) Successful in 1m6s
Go / build (1.22) (push) Successful in 1m5s
added node ci
2024-03-08 21:53:26 -06:00

31 lines
784 B
JSON

{
"name": "g1_openmct",
"version": "1.0.0",
"description": "dev environment for openmct plugins for g1 strategy tool",
"type": "module",
"scripts": {
"build": "webpack --config webpack.prod.js",
"serve": "webpack serve --config webpack.dev.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"openmct": "^3.2.1"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/webpack": "^5.28.5",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript-eslint": "^7.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-merge": "^5.10.0"
}
}