-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.68 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "catroweb",
"version": "3.20.34",
"packageManager": "yarn@4.12.0",
"description": "Catroweb - The share communication platform for the Catrobat community",
"scripts": {
"test": "yarn run test-js && yarn run test-css && yarn run test-asset && yarn run test-php && yarn run test-twig",
"fix": "yarn run fix-js && yarn run fix-css && yarn run fix-asset && yarn run fix-php && yarn run fix-twig",
"test-js": "yarn eslint --no-warn-ignored",
"fix-js": "yarn eslint --no-warn-ignored",
"test-css": "yarn stylelint assets/**/*.scss",
"fix-css": "yarn stylelint assets/**/*.scss --fix",
"test-asset": "yarn prettier . --check",
"fix-asset": "yarn prettier . --write",
"generate-api": "sh -c 'src/Api/OpenAPI/code-generation.sh'",
"openapi-generate": "npm run generate-api",
"test-twig": "php bin/twig-cs-fixer lint",
"fix-twig": "php bin/twig-cs-fixer lint --fix",
"test-php": "php bin/php-cs-fixer fix --dry-run --allow-risky=yes --verbose --format=txt",
"fix-php": "php bin/php-cs-fixer fix --allow-risky=yes --verbose --format=txt",
"chrome": "google-chrome-stable --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --disable-gpu --log-level=0",
"chrome-mac": "\"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\" --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --disable-gpu --log-level=0",
"test-e2e": "bin/behat",
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"encore": "encore",
"prod": "encore prod",
"analyze": "encore production --progress --env ANALYZE=true",
"reset": "bin/console catro:reset --hard --limit 20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Catrobat/Catroweb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Catrobat/Catroweb/issues"
},
"homepage": "https://github.com/Catrobat/Catroweb#readme",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.29.2",
"@eslint/js": "^10.0.0",
"@hotwired/stimulus": "^3.2.2",
"@openapitools/openapi-generator-cli": "^2.31.0",
"@symfony/webpack-encore": "^6.0.0",
"auto-changelog": "^2.5.0",
"autoprefixer": "^10.4.27",
"browserslist": "^4.28.1",
"core-js": "^3.49.0",
"dotenv": "^17.3.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-promise": "^7.2.1",
"eslint-webpack-plugin": "^5.0.3",
"file-loader": "^6.2.0",
"glob-all": "^3.3.1",
"globals": "^17.4.0",
"noop-webpack-plugin": "^1.0.1",
"postcss": "^8.5.8",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.1",
"purgecss-webpack-plugin": "^8.0.0",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"stylelint": "^17.6.0",
"stylelint-config-standard-scss": "^17.0.0",
"webpack": "^5.105.4",
"webpack-bugsnag-plugins": "^2.2.3",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^7.0.2",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.6.0",
"@bugsnag/browser-performance": "^3.4.1",
"@bugsnag/js": "^8.8.1",
"@cap.js/widget": "^0.1.42",
"@fontsource/roboto": "^5.2.6",
"@material/checkbox": "^14.0.0",
"@material/chips": "^14.0.0",
"@material/circular-progress": "^14.0.0",
"@material/fab": "^14.0.0",
"@material/floating-label": "^14.0.0",
"@material/form-field": "^14.0.0",
"@material/icon-button": "^14.0.0",
"@material/line-ripple": "^14.0.0",
"@material/list": "^14.0.0",
"@material/menu": "^14.0.0",
"@material/menu-surface": "^14.0.0",
"@material/notched-outline": "^14.0.0",
"@material/progress-indicator": "^14.0.0",
"@material/radio": "^14.0.0",
"@material/select": "^14.0.0",
"@material/snackbar": "^14.0.0",
"@material/switch": "^14.0.0",
"@material/tab": "^14.0.0",
"@material/tab-bar": "^14.0.0",
"@material/tab-indicator": "^14.0.0",
"@material/tab-scroller": "^14.0.0",
"@material/textfield": "^14.0.0",
"@material/top-app-bar": "^14.0.0",
"@popperjs/core": "^2.11.8",
"@symfony/stimulus-bridge": "^4.0.1",
"analytics": "^0.8.19",
"bootstrap": "^5.3.8",
"clipboard": "^2.0.11",
"external-svg-loader": "^1.7.1",
"google-charts": "^2.0.0",
"jwt-decode": "^4.0.0",
"lazysizes": "^5.3.2",
"material-icons": "^1.13.14",
"sweetalert2": "^11.26.24",
"textfilljs": "^1.0.3-a"
},
"browserslist": [
"> 5%"
]
}