mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-31 23:16:22 -07:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "gochan.js",
|
|
"version": "4.1.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.7.1",
|
|
"jquery-ui": "^1.14.1",
|
|
"path-browserify": "^1.0.1",
|
|
"webstorage-polyfill": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.26.9",
|
|
"@babel/preset-typescript": "^7.26.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@types/jquery": "^3.5.32",
|
|
"@types/jqueryui": "^1.12.23",
|
|
"@types/path-browserify": "^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
"eslint": "^9.20.1",
|
|
"jest": "^29.7.0",
|
|
"jest-config": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"sass": "^1.85.0",
|
|
"ts-jest": "^29.2.5",
|
|
"ts-loader": "^9.5.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.3",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|