-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.17 KB
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
93
94
95
96
97
98
99
{
"name": "READ-IT-frontend",
"description": "Public interface for READ-IT (frontend)",
"repository": "github:UUDigitalHumanitieslab/readit-interface",
"author": "UU Digital Humanities Lab",
"license": "cc-by-nc-sa 4.0",
"private": true,
"browserslist": [
"defaults",
"not ie < 10"
],
"dependencies": {
"@dhl-uu/jquery-promise": "^1.1.1",
"@rdfjs/serializer-jsonld-ext": "^3.0.0",
"@types/select2": "^4.0.53",
"async": "^3.2.2",
"backbone": "^1.4.0",
"backbone-fractal": "^1.1.0",
"backbone-machina": "^1.1.0",
"backbone.radio": "^2.0.0",
"bulma": "^0.7.1",
"bulma-accordion": "^2.0.1",
"bulma-tooltip": "^2.0.2",
"handlebars": "^4.7.7",
"handlebars-i18next": "^1.0.1",
"i18next": "^11.6.0",
"i18next-browser-languagedetector": "^2.2.3",
"jquery": "^3.5.1",
"jquery-validation": "^1.19.5",
"js-cookie": "^2.2.0",
"lodash": "^4.17.21",
"node-sass": "^7.0.0",
"rangy": "^1.3.0",
"rdf-parse": "^2.0.0",
"select2": "^4.0.13",
"streamify-string": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@tsconfig/node12": "^1.0.9",
"@types/backbone": "^1.4.13",
"@types/backbone.radio": "^0.8.37",
"@types/jasmine": "^3.5.10",
"@types/jasmine-ajax": "^3.3.0",
"@types/jquery": "^3.3.5",
"@types/jquery.validation": "^1.16.6",
"@types/lodash": "^4.14.113",
"@types/node": "^12.7.5",
"@types/rangy": "^0.0.32",
"aliasify": "^2.1.0",
"autoprefixer": "^9.0.2",
"babelify": "^10.0.0",
"browserify": "^16.2.2",
"canvas": "2.7.0",
"chalk": "^2.4.2",
"cssnano": "^5.1.12",
"del": "^3.0.0",
"exorcist": "^2.0.0",
"exposify": "^0.5.0",
"fancy-log": "^1.3.3",
"glob": "^7.1.3",
"gulp": "4",
"gulp-browserify-watchify-glob": "^1.0.0-3",
"gulp-cached": "^1.1.1",
"gulp-cdnizer": "^2.0.0",
"gulp-changed": "^4.0.1",
"gulp-cli": "^2.0.1",
"gulp-connect": "^5.6.1",
"gulp-define-module": "^0.1.5",
"gulp-handlebars": "^5.0.2",
"gulp-hb": "^7.0.1",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"handlebars-i18next-parser": "^1.0.2",
"http-proxy-middleware": "^2.0.7",
"i18next-parser": "^6.0.1",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "~3.5.0",
"jasmine-terminal-reporter": "^1.0.3",
"jsdom": "^16.5.0",
"plugin-error": "^1.0.1",
"postcss": "^8.4.31",
"streamqueue": "^1.1.2",
"through2": "^3.0.1",
"ts-node": "^8.3.0",
"tsify": "^4.0.0",
"typescript": "^4.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0",
"yargs": "^12.0.1"
}
}