forked from DMPRoadmap/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·112 lines (112 loc) · 3.32 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "dmpopidor",
"version": "4.0.0",
"description": "DMPOPIDoR javascript dependencies",
"main": "null",
"scripts": {
"lint": "yarn run eslint --ext .js,.jsx app/javascript/**/",
"test": "karma start spec/karma/unit.js",
"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",
"@babel/preset-react"
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/OPIDoR/DMPOPIDoR.git"
},
"keywords": [
"DMPOPIDoR",
"DMP",
"Data Management Plan"
],
"author": "Institut de l'Information Scientifique et Technique (INIST)",
"license": "MIT",
"bugs": {
"url": "https://github.com/OPIDoR/DMPOPIDoR/issues"
},
"homepage": "https://github.com/OPIDoR/DMPOPIDoR#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@hotwired/turbo-rails": "^8.0",
"@rails/actioncable": "^7.2",
"@rails/activestorage": "^7.2",
"@rails/ujs": "~7.1",
"autonumeric": "^4.6.0",
"bootstrap": "^3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "3.4.1",
"bootstrap-select": "^1.13.18",
"chart.js": "^4.2.1",
"core-js": "^3.6.5",
"file-loader": "^6.2.0",
"graphiql": "^3.3.2",
"graphql": "^16.9.0",
"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",
"rails-erb-loader": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-proptypes": "^1.0.0",
"regenerator-runtime": "^0.14.0",
"sass": "^1.57.1",
"stylis": "^4",
"sweetalert2": "^11.7.32",
"timeago.js": "^4.0.2",
"tinymce": "^7.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^7.0.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.0",
"jasmine": "^5.0.0",
"jasmine-core": "^5.0.0",
"karma": "^6.3.14",
"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": "^5.1.0",
"karma-jquery": "^0.2.4",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-webpack": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.9"
},
"resolutions": {
"webpack": "^5.75.0"
}
}