mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 11:51:22 +00:00
68 lines
2.2 KiB
JSON
68 lines
2.2 KiB
JSON
{
|
|
"name": "ocelot-social",
|
|
"version": "3.13.1",
|
|
"description": "Free and open source software program code available to run social networks.",
|
|
"author": "ocelot.social Community",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"stepDefinitions": [
|
|
"cypress/support/step_definitions/[filepart]/**/*.js",
|
|
"cypress/support/step_definitions/common/**/*.js"
|
|
],
|
|
"json": {
|
|
"enabled": true,
|
|
"output": "cypress/reports/json_logs/cucumber_log.json",
|
|
"formatter": "cucumber-json-formatter"
|
|
},
|
|
"messages": {
|
|
"enabled": true,
|
|
"output": "cypress/reports/json_logs/messages.ndjson"
|
|
},
|
|
"html": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"scripts": {
|
|
"db:seed": "cd backend && yarn run db:seed",
|
|
"db:reset": "cd backend && yarn run db:reset",
|
|
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build .",
|
|
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
|
|
"cypress:run": "cypress run --e2e --browser electron --config-file ./cypress/cypress.config.js",
|
|
"cypress:open": "cypress open --e2e --browser electron --config-file ./cypress/cypress.config.js",
|
|
"release": "./scripts/release.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/preset-env": "^7.28.5",
|
|
"@babel/register": "^7.28.3",
|
|
"@badeball/cypress-cucumber-preprocessor": "^24.0.0",
|
|
"@cucumber/cucumber": "12.5.0",
|
|
"@cypress/webpack-preprocessor": "^7.0.2",
|
|
"auto-changelog": "^2.5.0",
|
|
"cypress": "^15.9.0",
|
|
"cypress-network-idle": "^1.15.0",
|
|
"date-fns": "^3.6.0",
|
|
"dotenv": "^17.2.3",
|
|
"graphql-request": "^2.0.0",
|
|
"mock-socket": "^9.0.3",
|
|
"multiple-cucumber-html-reporter": "^3.9.3",
|
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
"sass-embedded": "^1.97.2",
|
|
"webpack": "^5.104.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.18",
|
|
"vuepress": "^2.0.0-rc.18",
|
|
"vuepress-plugin-search-pro": "^2.0.0-rc.59",
|
|
"vuepress-theme-hope": "^2.0.0-rc.59"
|
|
},
|
|
"resolutions": {
|
|
"set-value": "^2.0.1",
|
|
"nan": "2.17.0"
|
|
}
|
|
}
|