-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
73 lines (73 loc) · 2.05 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
{
"name": "DMPRoadmap",
"version": "2.2.0",
"description": "DMPRoadmap javascript dependencies",
"main": "null",
"scripts": {
"lint": "yarn run eslint --ext .js app/javascript/**/*.js",
"test": "karma start spec/karma/unit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DMPRoadmap/roadmap.git"
},
"keywords": [
"DMPRoadmap",
"DMP",
"Data Management Plan"
],
"author": "California Digital Library (CDL), Digital Curation Centre (DCC)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DMPRoadmap/roadmap/issues"
},
"homepage": "https://github.com/DMPRoadmap/roadmap#readme",
"dependencies": {
"@rails/actioncable": "^6.0.3-1",
"@rails/activestorage": "^6.0.3-1",
"@rails/ujs": "^6.0.3-1",
"@rails/webpacker": "5.1.1",
"bootstrap": "^3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "^3.3.7",
"bootstrap-select": "^1.13.18",
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.1",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-sass": "^0.0.1",
"js-cookie": "^2.2.1",
"number-to-text": "^0.3.8",
"popper.js": "^1.16.1",
"rails-erb-loader": "^5.5.2",
"regenerator-runtime": "^0.13.5",
"timeago.js": "^4.0.2",
"tinymce": "4.9.10",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.1",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"karma": "^5.0.9",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^3.3.1",
"karma-jquery": "^0.2.4",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-webpack": "^4.0.2",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"webpack": "^4.42.1"
}
}