forked from Catrobat/Catroweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.65 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
{
"name": "catroweb",
"version": "1.0.0",
"description": "Catroweb =========",
"main": "Gruntfile.js",
"scripts": {
"test": "npx eslint assets/js/**/*.js --ignore-pattern \"assets/js/material/\"",
"fix": "npx eslint assets/js/**/*.js --fix",
"test-style": "npx stylelint assets/css/**/*.scss",
"fix-style": "npx stylelint assets/css/**/*.scss --fix",
"encore": "encore"
},
"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.1",
"@symfony/webpack-encore": "^1.0.3",
"core-js": "^3.8.3",
"eslint": "^7.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"grunt": "^1.3.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-purgecss": "^4.0.0",
"grunt-sass": "^3.1.0",
"grunt-uncss": "^0.10.0",
"jit-grunt": "^0.10.0",
"node-sass": "^5.0.0",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"standard": "^16.0.3",
"stylelint": "^13.9.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"webpack-notifier": "^1.12.0"
},
"dependencies": {
"@material/chips": "^9.0",
"@material/circular-progress": "^9.0",
"@material/form-field": "^9.0",
"@material/icon-button": "^9.0",
"@material/list": "^9.0",
"@material/menu": "^9.0",
"@material/menu-surface": "^9.0",
"@material/progress-indicator": "^9.0",
"@material/radio": "^9.0",
"@material/select": "^9.0",
"@material/snackbar": "^9.0",
"@material/textfield": "^9.0",
"@material/top-app-bar": "^9.0",
"ajv": "^6.12.6",
"animate.css": "^4.1.1",
"animatedmodal": "^1.0.0",
"bootstrap": "^4.6.0",
"clipboard": "^2.0.6",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"jquery": "^3.5.1",
"jquery-contextmenu": "^2.9.2",
"jquery-ui-dist": "^1.12.1",
"js-yaml": "^4.0.0",
"lazysizes": "^5.3.0",
"material-design-icons": "^3.0.1",
"npm": "^6.14.11",
"popper.js": "^1.16.1",
"sweetalert2": "^10.14.0",
"textfilljs": "^1.0.3-a",
"vis": "^4.21.0"
},
"standard": {
"globals": [
"$"
]
}
}