-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "clusive",
"version": "0.0.1",
"description": "Front-end JS management for Django-based Clusive web application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cast-org/clusive.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cast-org/clusive/issues"
},
"homepage": "https://github.com/cast-org/clusive#readme",
"dependencies": {
"@d-i-t-a/reader": "^2.0.6-beta.5",
"canvas-confetti": "^1.5.1",
"figuration": "^4.3.2",
"fluid-binder": "^1.1.2",
"hotkeys-js": "^3.9.2",
"infusion": "^3.0.0",
"interactjs": "^1.10.11",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"masonry-layout": "^4.2.2",
"open-dyslexic": "^1.0.3",
"popper.js": "1.16.1",
"readium-css": "git+https://github.com/readium/readium-css.git#bd6462780d1ed724181df4fce3d3a22b2f15ab45",
"script-loader": "0.7.2"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.5",
"cypress": "^9.7.0",
"cypress-iframe": "^1.0.1",
"eslint": "^8.14.0",
"eslint-plugin-compat": "^4.0.2",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.18.0",
"grunt-webpack": "5.0.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"source-map-loader": "^3.0.1",
"stylelint": "^14.7.1",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"
}
}