forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"FileSaver.js": "https://github.com/Teleborder/FileSaver.js",
"ace-builds": "^1.4.12",
"angular": "~1.8.2",
"angular-animate": "^1.8.2",
"angular-cookies": "~1.8.2",
"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.2",
"angular-route": "~1.8.2",
"angular-sanitize": "~1.8.2",
"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": "git://github.com/softwaredoug/angular-wizard.git#0.4.2",
"bootstrap": "^5.0.2",
"d3": "~6.6.2",
"d3-tip": "~0.9.1",
"jquery": "~3.6.0",
"jquery-ui": "~1.12.1",
"ng-json-explorer": "http://github.com/odra/ng-json-explorer",
"ng-tags-input": "3.2.0",
"ngclipboard": "^2.0.0",
"popper.js": "^1.16.1",
"splainer-search": "2.12.0",
"tether-shepherd": "latest",
"turbolinks": "^5.2.0",
"vega": "^5.20.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"angular-mocks": "~1.8.2",
"jasmine-core": "^3.7.1",
"jshint": "^2.12.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "4.0.1",
"puppeteer": "^2.1.1",
"webpack-dev-server": "^3.11.2"
},
"resolutions": {}
}