forked from o19s/quepid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
58
{
"name": "quepid",
"repository": {
"type": "git",
"url": "https://github.com/o19s/quepid.git"
},
"license": "Apache-2.0",
"dependencies": {
"@popperjs/core": "^2.11.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"ace-builds": "1.4.14",
"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": "https://github.com/softwaredoug/angular-wizard.git#0.4.2",
"bootstrap": "5.1.3",
"codemirror": "^5.65.2",
"d3": "~6.6.2",
"d3-tip": "~0.9.1",
"file-saver": "^2.0.5",
"jquery": "~3.6.0",
"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.17.0",
"tether-shepherd": "latest",
"turbolinks": "^5.2.0",
"vega": "5.22.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"angular-mocks": "~1.8.2",
"jasmine-core": "4.0.1",
"jshint": "2.13.4",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.1",
"karma-jasmine": "4.0.1",
"puppeteer": "^2.1.1",
"webpack-dev-server": "^3.11.2"
},
"resolutions": {}
}