chatchat/package.json

41 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-09-30 19:38:09 +00:00
{
"name": "chatchat",
"version": "1.0.0",
"description": "ChatChat ported to HTML5",
"scripts": {
2020-12-27 18:28:06 +00:00
"build": "webpack",
"start": "webpack serve"
2020-09-30 19:38:09 +00:00
},
"private": true,
"repository": "https://gitdab.com/s/chatchat.git",
2020-12-27 18:28:06 +00:00
"author": "Aly",
2020-10-01 00:44:52 +00:00
"license": "GPL2",
2020-09-30 19:38:09 +00:00
"devDependencies": {
2020-12-27 18:28:06 +00:00
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime-corejs3": "^7.12.5",
2020-10-01 00:44:52 +00:00
"@types/fontfaceobserver": "^0.0.6",
2020-12-27 18:28:06 +00:00
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
2020-10-01 00:44:52 +00:00
"html-webpack-plugin": "^4.5.0",
2020-12-27 18:28:06 +00:00
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0"
2020-09-30 19:38:09 +00:00
},
"dependencies": {
2020-12-27 18:28:06 +00:00
"@babel/runtime": "^7.12.5",
"core-js": "^3.8.1",
2020-10-01 00:44:52 +00:00
"fontfaceobserver": "^2.1.0",
2020-12-27 18:28:06 +00:00
"pixi.js": "^5.3.6",
"whatwg-fetch": "^3.5.0"
2020-09-30 19:38:09 +00:00
}
}