forked from cast-org/clusive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.12 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
{
"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": "1.2.1",
"expose-loader": "0.7.5",
"figuration": "^4.0.2",
"fluid-binder": "git+https://github.com/fluid-project/fluid-binder.git#3283b44cd915f8c8c6a432fa60ccc0983ff547b7",
"gpii-binder": "git+https://github.com/fluid-project/fluid-binder#3283b44cd915f8c8c6a432fa60ccc0983ff547b7",
"infusion": "3.0.0-dev.20200326T173810Z.24ddb2718.FLUID-6482",
"jquery": "^3.5.1",
"jquery-ui": "1.12.1",
"mark.js": "8.11.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.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^7.9.0",
"eslint-plugin-compat": "^3.7.0",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.15.0",
"grunt-webpack": "3.1.3",
"node-sass": "^4.14.1",
"postcss": "^8.1.1",
"postcss-calc": "^7.0.5",
"postcss-flexbugs-fixes": "^4.2.1",
"source-map-loader": "^1.1.0",
"stylelint": "^13.7.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.17.2",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"websocket-extensions": "0.1.4"
}
}