1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 03:36:22 -07:00
gochan/frontend/package.json
2023-02-08 12:40:36 -08:00

47 lines
1.3 KiB
JSON

{
"name": "gochan.js",
"version": "3.5.0",
"description": "",
"type": "module",
"source": "js/gochan.js",
"main": "../html/js/gochan.js",
"targets": {
"frontend": {
"source": "js/gochan.js",
"distDir": "../html/js/"
}
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"private": true,
"scripts": {
"build-js": "parcel build --no-cache",
"watch-js": "parcel watch --no-cache --no-hmr",
"eslint": "eslint ./js/",
"eslint-tests": "eslint ./tests/ --env node",
"eslint-fix": "eslint --fix ./js/",
"test": "jest --verbose",
"build-sass": "sass --no-source-map sass:../html/css",
"minify-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"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@jest/globals": "^27.4.6",
"@types/jquery": "^3.3.38",
"@types/jqueryui": "^1.12.16",
"babel-jest": "^27.5.1",
"eslint": "^8.18.0",
"jest": "^27.4.7",
"parcel": "^2.4.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sass": "^1.51.0",
"yargs-parser": ">=5.0.0-security.0"
}
}