menuPrototype/package.json
Nye Evans 7eab55a6b6 initial upload
almost finished but needs cleaning
2021-02-26 20:56:00 +00:00

42 lines
1.1 KiB
JSON

{
"name": "menuprototype",
"version": "0.1.0",
"description": "Source for menuPrototype gadget",
"main": "index.js",
"scripts": {
"build": "webpack --env=production",
"start": "webpack --env=dev --watch --progress",
"dev-server": "http-server ./dist -p 8080 -c-1 --cors"
},
"keywords": [],
"author": "",
"license": "",
"repository": "",
"devDependencies": {
"@types/color": "^3.0.0",
"@types/express": "^4.17.0",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/ws": "^6.0.2",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^0.7.0",
"npm": "^6.12.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"ts-loader": "^6.0.4",
"tslib": "^1.10.0",
"typescript": "^3.5.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@aardvarkxr/aardvark-react": "^1.5.1",
"@aardvarkxr/aardvark-shared": "^1.5.1",
"bind-decorator": "^1.0.11",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}