-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.65 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.65 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
{
"name": "loris",
"version": "1.0.0",
"description": "Note that the README in LORIS assumes that LORIS is being run on Ubuntu.",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"babel-core": "^6.26.3",
"prop-types": "^15.6.2",
"sweetalert2": "^7.29.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"eslint": "5.3.0",
"eslint-config-google": "0.9.1",
"eslint-loader": "2.1.0",
"eslint-plugin-react": "7.11.1",
"prop-types": "latest",
"react": "^16.4.2",
"react-addons-create-fragment": "^15.6.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.16.5",
"webpack-cli": "3.1.0"
},
"scripts": {
"lint:javascript": "./test/run-js-linter.sh",
"lintfix:javascript": "eslint --fix --ext .js, jsx modules",
"lint:php": "./test/run-php-linter.sh",
"tests:unit": "./test/dockerized-unit-tests.sh",
"tests:unit:debug": "DEBUG=true ./test/dockerized-unit-tests.sh",
"tests:integration": "./test/dockerized-integration-tests.sh",
"tests:integration:debug": "DEBUG=true ./test/dockerized-integration-tests.sh",
"compile": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/aces/Loris.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aces/Loris/issues"
},
"homepage": "https://github.com/aces/Loris"
}