forked from Catrobat/Catroweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.2 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
{
"name": "catroweb",
"version": "1.0.0",
"description": "Catroweb =========",
"main": "Gruntfile.js",
"scripts": {
"test": "npx eslint assets/js/**/*.js",
"fix": "npx eslint assets/js/**/*.js --fix",
"test-style": "npx stylelint assets/css/**/*.scss",
"fix-style": "npx stylelint assets/css/**/*.scss --fix"
},
"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.14.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"grunt": "^1.2.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"jit-grunt": "^0.10.0",
"node-sass": "^4.14.1",
"sass": "^1.26.10",
"standard": "^14.3.4",
"stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3"
},
"dependencies": {
"@material/circular-progress": "^7.0.0",
"@material/form-field": "^7.0.0",
"@material/icon-button": "^7.0.0",
"@material/menu-surface": "^7.0.0",
"@material/progress-indicator": "^7.0.0",
"@material/snackbar": "^7.0.0",
"@material/top-app-bar": "^7.0.0",
"ajv": "^6.12.3",
"animate.css": "^4.1.0",
"animatedmodal": "^1.0.0",
"bootstrap": "^4.5.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": "^3.14.0",
"material-design-icons": "^3.0.1",
"npm": "^6.14.7",
"popper.js": "^1.16.1",
"sweetalert2": "^9.17.1",
"textfilljs": "^1.0.3-a",
"vis": "^4.21.0"
},
"standard": {
"globals": [
"$"
]
}
}