forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "quepid",
"repository": {
"type": "git",
"url": "https://github.com/o19s/quepid.git"
},
"license": "Apache-2.0",
"dependencies": {
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "7.1.2",
"@rails/activestorage": "7.1.2",
"@rails/ujs": "7.1.2",
"ace-builds": "1.31.1",
"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.8.2",
"d3-tip": "~0.9.1",
"file-saver": "^2.0.5",
"jquery": "~3.7.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.30.3",
"tether-shepherd": "latest",
"turbolinks": "^5.2.0",
"vega": "5.26.1"
},
"devDependencies": {
"angular-mocks": "~1.8.3",
"jasmine-core": "5.1.1",
"jshint": "2.13.6",
"karma": "^6.4.1",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"puppeteer": "^21.3.0"
},
"resolutions": {}
}