-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "quepid",
"repository": {
"type": "git",
"url": "https://github.com/o19s/quepid.git"
},
"license": "Apache-2.0",
"dependencies": {
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "8.0.0",
"@rails/activestorage": "8.0.0",
"ace-builds": "^1.32.2",
"angular": "~1.8.3",
"angular-animate": "^1.8.3",
"angular-cookies": "~1.8.3",
"angular-countup": "^0.0.1",
"angular-csv-import": "https://github.com/bahaaldine/angular-csv-import",
"angular-flash": "https://github.com/wmluke/angular-flash",
"angular-resource": "~1.8.3",
"angular-route": "~1.8.3",
"angular-sanitize": "~1.8.3",
"angular-timeago": "~0.4.6",
"angular-ui-ace": "https://github.com/angular-ui/ui-ace",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-sortable": "~0.19.0",
"angular-utils-pagination": "~0.11.1",
"angular-wizard": "https://github.com/softwaredoug/angular-wizard.git#0.4.2",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.3",
"clipboard": "^2.0.11",
"codemirror": "5.65.15",
"d3": "~7.9.0",
"d3-tip": "~0.9.1",
"file-saver": "^2.0.5",
"jquery": "~3.7.0",
"local-time": "^3.0.0",
"ng-json-explorer": "http://github.com/o19s/ng-json-explorer",
"ng-tags-input": "3.2.0",
"ngclipboard": "^2.0.0",
"party-js": "^2.2.0",
"popper.js": "^1.16.1",
"splainer-search": "2.33.0",
"tether-shepherd": "latest",
"vega": "^5.27.0"
},
"devDependencies": {
"angular-mocks": "~1.8.3",
"jasmine-core": "5.4.0",
"jshint": "2.13.6",
"karma": "^6.4.1",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"puppeteer": "^23.0.0"
},
"resolutions": {}
}