-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.83 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "gwbootstrap",
"version": "1.3.7",
"description": "Extensions to standard Bootstrap stylesheets for gravitational wave observatories",
"main": "lib/gwbootstrap.min.js",
"files": [
"lib/*"
],
"scripts": {
"unit": "npm run test",
"lint": "bash scripts/lint.sh",
"test": "bash scripts/lint.sh && bash scripts/test.sh",
"build": "bash scripts/build.sh",
"clean": "rm -rf test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gwdetchar/gwbootstrap.git"
},
"keywords": [
"gravitational",
"waves",
"LIGO",
"Virgo",
"KAGRA",
"GEO",
"Bootstrap",
"CSS",
"JavaScript"
],
"author": "Alex Urban <alexander.urban@ligo.org> (https://alurban.github.io)",
"contributors": [
"Evan Goetz <evan.goetz@ligo.org>"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gwdetchar/gwbootstrap/issues"
},
"homepage": "https://github.com/gwdetchar/gwbootstrap#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^4.1.0",
"sass": "^1.30.0",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^7.1.0"
},
"dependencies": {
"@fancyapps/ui": "^5.0.35",
"bootstrap": "^5.3.3",
"bootstrap-datepicker": "^1.9.0",
"google-fonts": "^1.0.0",
"jquery": "^3.7.1",
"jquery-lazy": "^1.7.11",
"jquery-ui": "^1.13.2",
"moment": "^2.30.1",
"@popperjs/core": "^2.11.8"
},
"directories": {
"lib": "lib"
}
}