11{
2- "name" : " phoenix" ,
3- "version" : " 3.1.10-0" ,
4- "apiVersion" : " 3.1.10" ,
5- "homepage" : " https://core.ai" ,
6- "issues" : {
7- "url" : " https://github.com/phcode-dev/phoenix/issues"
8- },
9- "repository" : {
10- "type" : " git" ,
11- "url" : " https://github.com/phcode-dev/phoenix.git" ,
12- "branch" : " " ,
13- "SHA" : " "
14- },
15- "devDependencies" : {
16- "@commitlint/cli" : " ^16.0.2" ,
17- "@commitlint/config-conventional" : " ^16.0.0" ,
18- "@google-cloud/translate" : " ^7.0.3" ,
19- "@playwright/test" : " ^1.30.0" ,
20- "del" : " ^6.0.0" ,
21- "documentation" : " ^13.2.5" ,
22- "eslint" : " ^8.18.0" ,
23- "glob" : " ^8.0.3" ,
24- "gulp" : " ^4.0.2" ,
25- "gulp-concat" : " ^2.6.1" ,
26- "gulp-cssnano" : " ^2.1.3" ,
27- "gulp-flatten" : " ^0.4.0" ,
28- "gulp-if" : " ^3.0.0" ,
29- "gulp-minify" : " ^3.1.0" ,
30- "gulp-rename" : " ^2.0.0" ,
31- "gulp-sourcemaps" : " ^3.0.0" ,
32- "gulp-uglify" : " ^3.0.2" ,
33- "gulp-useref" : " ^5.0.0" ,
34- "gulp-webserver" : " ^0.9.1" ,
35- "gulp-zip" : " ^5.1.0" ,
36- "http-server" : " 14.1.0" ,
37- "husky" : " ^7.0.4" ,
38- "jasmine-core" : " ^4.2.0" ,
39- "jasmine-reporters" : " ^2.5.0" ,
40- "readable-stream" : " ^3.6.0" ,
41- "through2" : " ^4.0.2"
42- },
43- "scripts" : {
44- "eslint" : " npm run lint" ,
45- "eslint:fix" : " npm run lint:fix" ,
46- "lint" : " eslint --quiet src test" ,
47- "lint:fix" : " eslint --quiet --fix src test" ,
48- "prepare" : " husky install" ,
49- "serveTest" : " http-server . -p 5000 -c-1" ,
50- "zipTestFiles" : " gulp zipTestFiles" ,
51- "test" : " npx playwright install --with-deps && npx playwright test" ,
52- "testDebug" : " npx playwright test --debug" ,
53- "testChromium" : " npx playwright test --project=chromium" ,
54- "testFirefox" : " npx playwright test --project=firefox" ,
55- "buildonly" : " gulp build" ,
56- "vulnerabilityCheck" : " echo Scanning for vulnarabilities && npm audit --prod" ,
57- "build" : " npm run buildonly && npm run createJSDocs && npm run zipTestFiles && npm run lint && npm run vulnerabilityCheck" ,
58- "clean" : " gulp clean" ,
59- "reset" : " gulp reset" ,
60- "release:dev" : " gulp releaseDev" ,
61- "release:staging" : " gulp releaseStaging" ,
62- "release:prod" : " gulp releaseProd" ,
63- "patchVersionBump" : " gulp patchVersionBump" ,
64- "serve" : " http-server . -p 8000 -c-1" ,
65- "serveWithWebCache" : " http-server ./src -p 8000 -c-1" ,
66- "serveExternal" : " http-server . -p 8000 -a 0.0.0.0 --log-ip true -c-1" ,
67- "createJSDocs" : " gulp createJSDocs && git add docs" ,
68- "translateStrings" : " gulp translateStrings" ,
69- "minify" : " r.js -o require.min.config.js && echo this is untested see https://stackoverflow.com/questions/14337970/minifying-requirejs-javascript-codebase-to-a-single-file"
70- },
71- "licenses" : [
72- {
73- "type" : " AGPL-3.0-or-later" ,
74- "url" : " https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
2+ "name" : " phoenix" ,
3+ "version" : " 3.1.11-0" ,
4+ "apiVersion" : " 3.1.11" ,
5+ "homepage" : " https://core.ai" ,
6+ "issues" : {
7+ "url" : " https://github.com/phcode-dev/phoenix/issues"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/phcode-dev/phoenix.git" ,
12+ "branch" : " " ,
13+ "SHA" : " "
14+ },
15+ "devDependencies" : {
16+ "@commitlint/cli" : " ^16.0.2" ,
17+ "@commitlint/config-conventional" : " ^16.0.0" ,
18+ "@google-cloud/translate" : " ^7.0.3" ,
19+ "@playwright/test" : " ^1.30.0" ,
20+ "del" : " ^6.0.0" ,
21+ "documentation" : " ^13.2.5" ,
22+ "eslint" : " ^8.18.0" ,
23+ "glob" : " ^8.0.3" ,
24+ "gulp" : " ^4.0.2" ,
25+ "gulp-concat" : " ^2.6.1" ,
26+ "gulp-cssnano" : " ^2.1.3" ,
27+ "gulp-flatten" : " ^0.4.0" ,
28+ "gulp-if" : " ^3.0.0" ,
29+ "gulp-minify" : " ^3.1.0" ,
30+ "gulp-rename" : " ^2.0.0" ,
31+ "gulp-sourcemaps" : " ^3.0.0" ,
32+ "gulp-uglify" : " ^3.0.2" ,
33+ "gulp-useref" : " ^5.0.0" ,
34+ "gulp-webserver" : " ^0.9.1" ,
35+ "gulp-zip" : " ^5.1.0" ,
36+ "http-server" : " 14.1.0" ,
37+ "husky" : " ^7.0.4" ,
38+ "jasmine-core" : " ^4.2.0" ,
39+ "jasmine-reporters" : " ^2.5.0" ,
40+ "readable-stream" : " ^3.6.0" ,
41+ "through2" : " ^4.0.2"
42+ },
43+ "scripts" : {
44+ "eslint" : " npm run lint" ,
45+ "eslint:fix" : " npm run lint:fix" ,
46+ "lint" : " eslint --quiet src test" ,
47+ "lint:fix" : " eslint --quiet --fix src test" ,
48+ "prepare" : " husky install" ,
49+ "serveTest" : " http-server . -p 5000 -c-1" ,
50+ "zipTestFiles" : " gulp zipTestFiles" ,
51+ "test" : " npx playwright install --with-deps && npx playwright test" ,
52+ "testDebug" : " npx playwright test --debug" ,
53+ "testChromium" : " npx playwright test --project=chromium" ,
54+ "testFirefox" : " npx playwright test --project=firefox" ,
55+ "buildonly" : " gulp build" ,
56+ "vulnerabilityCheck" : " echo Scanning for vulnarabilities && npm audit --prod" ,
57+ "build" : " npm run buildonly && npm run createJSDocs && npm run zipTestFiles && npm run lint && npm run vulnerabilityCheck" ,
58+ "clean" : " gulp clean" ,
59+ "reset" : " gulp reset" ,
60+ "release:dev" : " gulp releaseDev" ,
61+ "release:staging" : " gulp releaseStaging" ,
62+ "release:prod" : " gulp releaseProd" ,
63+ "patchVersionBump" : " gulp patchVersionBump" ,
64+ "serve" : " http-server . -p 8000 -c-1" ,
65+ "serveWithWebCache" : " http-server ./src -p 8000 -c-1" ,
66+ "serveExternal" : " http-server . -p 8000 -a 0.0.0.0 --log-ip true -c-1" ,
67+ "createJSDocs" : " gulp createJSDocs && git add docs" ,
68+ "translateStrings" : " gulp translateStrings" ,
69+ "minify" : " r.js -o require.min.config.js && echo this is untested see https://stackoverflow.com/questions/14337970/minifying-requirejs-javascript-codebase-to-a-single-file"
70+ },
71+ "licenses" : [
72+ {
73+ "type" : " AGPL-3.0-or-later" ,
74+ "url" : " https://github.com/phcode-dev/phoenix/blob/master/LICENSE"
75+ }
76+ ],
77+ "dependencies" : {
78+ "@bugsnag/js" : " ^7.18.0" ,
79+ "@floating-ui/dom" : " ^0.5.4" ,
80+ "@fortawesome/fontawesome-free" : " ^6.1.2" ,
81+ "@highlightjs/cdn-assets" : " ^11.5.1" ,
82+ "@phcode/fs" : " ^1.0.17" ,
83+ "@pixelbrackets/gfm-stylesheet" : " ^1.1.0" ,
84+ "@prettier/plugin-php" : " 0.18.9" ,
85+ "bootstrap" : " ^5.1.3" ,
86+ "browser-mime" : " ^1.0.1" ,
87+ "codemirror" : " ^5.65.7" ,
88+ "devicon" : " ^2.15.1" ,
89+ "file-saver" : " ^2.0.5" ,
90+ "jshint" : " ^2.13.5" ,
91+ "jszip" : " ^3.8.0" ,
92+ "less" : " ^4.1.3" ,
93+ "lodash" : " ^4.17.21" ,
94+ "marked" : " ^4.0.18" ,
95+ "mime-db" : " ^1.52.0" ,
96+ "prettier" : " ^2.7.1" ,
97+ "requirejs" : " ^2.3.6" ,
98+ "tern" : " ^0.24.3" ,
99+ "tinycolor2" : " ^1.4.2" ,
100+ "underscore" : " ^1.13.4"
75101 }
76- ],
77- "dependencies" : {
78- "@bugsnag/js" : " ^7.18.0" ,
79- "@floating-ui/dom" : " ^0.5.4" ,
80- "@fortawesome/fontawesome-free" : " ^6.1.2" ,
81- "@highlightjs/cdn-assets" : " ^11.5.1" ,
82- "@phcode/fs" : " ^1.0.17" ,
83- "@pixelbrackets/gfm-stylesheet" : " ^1.1.0" ,
84- "@prettier/plugin-php" : " 0.18.9" ,
85- "bootstrap" : " ^5.1.3" ,
86- "browser-mime" : " ^1.0.1" ,
87- "codemirror" : " ^5.65.7" ,
88- "devicon" : " ^2.15.1" ,
89- "file-saver" : " ^2.0.5" ,
90- "jshint" : " ^2.13.5" ,
91- "jszip" : " ^3.8.0" ,
92- "less" : " ^4.1.3" ,
93- "lodash" : " ^4.17.21" ,
94- "marked" : " ^4.0.18" ,
95- "mime-db" : " ^1.52.0" ,
96- "prettier" : " ^2.7.1" ,
97- "requirejs" : " ^2.3.6" ,
98- "tern" : " ^0.24.3" ,
99- "tinycolor2" : " ^1.4.2" ,
100- "underscore" : " ^1.13.4"
101- }
102- }
102+ }
0 commit comments