forked from Catrobat/Catroweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.75 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
{
"name": "catroweb",
"version": "2.0.1",
"description": "Catroweb =========",
"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",
"fix-style": "npx stylelint 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-Symfony.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Catrobat/Catroweb-Symfony/issues"
},
"homepage": "https://github.com/Catrobat/Catroweb-Symfony#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@symfony/webpack-encore": "^1.6.1",
"core-js": "^3.18.2",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"node-sass": "^6.0.1",
"sass": "^1.41.1",
"sass-loader": "^12.1.0",
"standard": "^16.0.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"webpack-notifier": "^1.14.0"
},
"dependencies": {
"@material/chips": "^13.0",
"@material/circular-progress": "^13.0",
"@material/floating-label": "^13.0.0",
"@material/form-field": "^13.0",
"@material/icon-button": "^13.0",
"@material/list": "^13.0",
"@material/menu": "^13.0",
"@material/menu-surface": "^13.0",
"@material/progress-indicator": "^13.0",
"@material/radio": "^13.0",
"@material/select": "^13.0",
"@material/snackbar": "^13.0",
"@material/tab": "^13.0.0",
"@material/tab-bar": "^13.0.0",
"@material/tab-indicator": "^13.0.0",
"@material/tab-scroller": "^13.0.0",
"@material/textfield": "^13.0",
"@material/top-app-bar": "^13.0",
"@popperjs/core": "^2.10.2",
"ajv": "^8.6.3",
"animate.css": "^4.1.1",
"bootstrap": "^5.1.2",
"clipboard": "^2.0.8",
"external-svg-loader": "^1.3.4",
"glob-all": "^3.2.1",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
"jquery-ui-dist": "^1.12.1",
"js-yaml": "^4.1.0",
"lazysizes": "^5.3.2",
"material-icons": "^1.8.0",
"n": "^7.5.0",
"npm": "^7.24.2",
"path": "^0.12.7",
"purgecss-webpack-plugin": "^4.0.3",
"sweetalert2": "^11.1.7",
"textfilljs": "^1.0.3-a",
"typeface-roboto": "^1.1.13",
"vis": "^4.21.0"
},
"standard": {
"globals": [
"$"
]
}
}