1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 06:46:24 -07:00
gochan/frontend/package.json

45 lines
1.3 KiB
JSON

{
"name": "gochan.js",
"version": "3.8.0",
"description": "",
"main": "./ts/main.ts",
"private": true,
"scripts": {
"build-ts": "webpack --color --progress",
"watch-ts": "webpack --color --progress -w",
"eslint": "eslint ./ts/",
"eslint-tests": "eslint ./tests/ --env node",
"eslint-fix": "eslint --fix ./ts/",
"tsc-check": "tsc --noEmit",
"test": "jest --verbose",
"build-sass": "sass --no-source-map sass:../html/css",
"watch-sass": "sass --no-source-map --watch sass:../html/css"
},
"author": "Eggbertx",
"license": "BSD-2-Clause",
"dependencies": {
"jquery": "^3.5.1",
"jquery-ui": "^1.13.2",
"path-browserify": "^1.0.1",
"webstorage-polyfill": "^1.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@jest/globals": "^29.5.0",
"@types/jquery": "^3.3.38",
"@types/jqueryui": "^1.12.16",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"eslint": "^8.18.0",
"jest": "^29.5.0",
"jest-config": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"sass": "^1.51.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
}
}