forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 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
{
"name": "elabftw",
"description": "Free and open source electronic lab notebook for research labs",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@fancyapps/fancybox": "3.5.*",
"@fortawesome/fontawesome-svg-core": "1.2.*",
"@fortawesome/free-brands-svg-icons": "5.4.*",
"@fortawesome/free-regular-svg-icons": "5.4.*",
"@fortawesome/free-solid-svg-icons": "5.4.*",
"bootstrap": "~4.1.3",
"bootstrap-markdown-fa5": "2.10.*",
"dropzone": "5.5.*",
"file-saver": "1.3.*",
"fullcalendar": "3.9.*",
"jquery": "3.3.*",
"jquery-jeditable": "2.0.*",
"jquery-ui-dist": "1.12.*",
"jquery.complexify": "0.5.*",
"markdown": "0.5.*",
"mathjax": "2.7.5",
"popper.js": "1.14.*",
"tinymce": "4.8.*",
"tinymce-mention": "4.0.2",
"vanderlee-colorpicker": "1.2.*"
},
"devDependencies": {
"apidoc": "0.17.*",
"expose-loader": "0.7.*",
"grunt": "1.0.*",
"grunt-contrib-cssmin": "3.0.*",
"grunt-contrib-uglify-es": "gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "1.1.*",
"grunt-shell": "2.1.*",
"lodash": "~4.17.5",
"snyk": "1.*",
"webpack": "4.24.*",
"webpack-cli": "3.1.*"
},
"scripts": {
"apidoc": "apidoc -o _apidoc -i src/classes",
"build": "webpack-cli --config builder.js",
"buildall": "grunt && webpack-cli --config builder.js",
"coverage": "php vendor/bin/codecept run --skip acceptance --skip functionnal --coverage --coverage-html",
"phpstan": "phpstan analyse -l 7 src",
"psalm": "psalm -c=src/tools/psalm.xml",
"srcdoc": "phpDocumentor run -d src/classes -d src/models -d web/app/controllers -d src/views -t _srcdoc",
"test": "tests/run.sh",
"unit": "php vendor/bin/codecept run unit",
"vulns": "snyk test"
},
"repository": "git+https://github.com/elabftw/elabftw.git",
"author": "Nicolas CARPi",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/elabftw/elabftw/issues"
},
"homepage": "https://www.elabftw.net"
}