forked from Catrobat/Catroweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.26 KB
/
package.json
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
{
"name": "catroweb",
"version": "3.20.34",
"description": "Catroweb - The share communication platform for the Catrobat community",
"scripts": {
"test": "npx eslint assets/js/*.js assets/js/**/*.js webpack.config.js",
"fix": "npx eslint assets/js/*.js assets/js/**/*.js webpack.config.js --fix",
"test-style": "npx stylelint assets/**/*.scss assets/**/**/*.scss",
"fix-style": "npx stylelint assets/**/*.scss assets/**/**/*.scss --fix",
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"encore": "encore",
"prod": "encore prod"
},
"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/preset-env": "^7.20.2",
"@fortawesome/fontawesome-free": "^6.2.1",
"@symfony/webpack-encore": "^4.2.0",
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.4",
"core-js": "^3.27.1",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"n": "^9.0.1",
"node-sass": "^8.0.0",
"npm": "^9.2.0",
"postcss-loader": "^7.0.2",
"purgecss-webpack-plugin": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"standard": "^17.0.0",
"stimulus": "^3.2.1",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0"
},
"dependencies": {
"@babel/core": "^7.20.7",
"@material/checkbox": "^14.0",
"@material/chips": "^14.0",
"@material/circular-progress": "^14.0",
"@material/fab": "^14.0.0",
"@material/floating-label": "^14.0",
"@material/form-field": "^14.0",
"@material/icon-button": "^14.0",
"@material/list": "^14.0",
"@material/menu": "^14.0",
"@material/menu-surface": "^14.0",
"@material/progress-indicator": "^14.0",
"@material/radio": "^14.0",
"@material/select": "^14.0",
"@material/snackbar": "^14.0",
"@material/switch": "^14.0",
"@material/tab": "^14.0",
"@material/tab-bar": "^14.0",
"@material/tab-indicator": "^14.0",
"@material/tab-scroller": "^14.0",
"@material/textfield": "^14.0",
"@material/top-app-bar": "^14.0",
"@popperjs/core": "^2.11.6",
"@symfony/stimulus-bridge": "^3.2.1",
"ajv": "^8.11.2",
"animate.css": "^4.1.1",
"bootstrap": "^5.2.3",
"clipboard": "^2.0.11",
"external-svg-loader": "^1.6.1",
"glob-all": "^3.3.1",
"jquery": "^3.6.3",
"jquery-contextmenu": "^2.9.2",
"jquery-ui-dist": "^1.13.2",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"lazysizes": "^5.3.2",
"material-icons": "^1.13.1",
"path": "^0.12.7",
"sweetalert2": "^11.6.16",
"textfilljs": "^1.0.3-a",
"typeface-roboto": "^1.1.13",
"vis": "^4.21.0-EOL"
},
"standard": {
"globals": [
"$"
]
},
"browserslist": [
"> 5%"
]
}