40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "chatchat",
|
|
"version": "1.0.0",
|
|
"description": "ChatChat ported to HTML5",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"start": "webpack serve"
|
|
},
|
|
"private": true,
|
|
"repository": "https://gitdab.com/s/chatchat.git",
|
|
"author": "Aly",
|
|
"license": "GPL2",
|
|
"devDependencies": {
|
|
"@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",
|
|
"@types/fontfaceobserver": "^0.0.6",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^5.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"core-js": "^3.8.1",
|
|
"fontfaceobserver": "^2.1.0",
|
|
"pixi.js": "^5.3.6",
|
|
"whatwg-fetch": "^3.5.0"
|
|
}
|
|
}
|