forked from DMPRoadmap/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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
{
"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",
"pa11y-sitemap": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
"build": "webpack --config ./config/webpack/webpack.config.js",
"build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"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": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "7.21.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@hotwired/turbo-rails": "^7.1.3",
"@rails/actioncable": "^6.0.3-1",
"@rails/activestorage": "^6.0.3-1",
"@rails/ujs": "^6.0.3-1",
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "3.4.1",
"bootstrap-select": "^1.13.18",
"chart.js": "^3.8.0",
"core-js": "^3.6.5",
"hogan.js": "^3.0.2",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-sass": "^0.0.1",
"js-cookie": "^3.0.1",
"number-to-text": "^0.3.8",
"popper.js": "^1.16.1",
"puppeteer": "^22.13.0",
"rails-erb-loader": "^5.5.2",
"regenerator-runtime": "^0.13.5",
"sass": "^1.57.1",
"timeago.js": "^4.0.2",
"tinymce": "^7.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"resolutions": {
"webpack": "^5.75.0"
}
}