rdesign/frontend/node_modules/phoenix/package.json

47 lines
1.3 KiB
JSON

{
"name": "phoenix",
"version": "1.8.5",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"module": "./priv/static/phoenix.mjs",
"main": "./priv/static/phoenix.cjs.js",
"unpkg": "./priv/static/phoenix.min.js",
"jsdelivr": "./priv/static/phoenix.min.js",
"exports": {
"import": "./priv/static/phoenix.mjs",
"require": "./priv/static/phoenix.cjs.js"
},
"repository": {
"type": "git",
"url": "git://github.com/phoenixframework/phoenix.git"
},
"author": "Chris McCord <chris@chrismccord.com> (https://www.phoenixframework.org)",
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/*",
"assets/js/phoenix/*"
],
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.0",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.0.0",
"documentation": "^14.0.3",
"eslint": "10.0.2",
"eslint-plugin-jest": "29.15.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jsdom": "^28.1.0",
"mock-socket": "^9.3.1"
},
"scripts": {
"test": "jest",
"test.coverage": "jest --coverage",
"test.watch": "jest --watch",
"docs": "documentation build assets/js/phoenix/index.js -f html -o doc/js"
}
}