forked from sparc-request/sparc-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 907 Bytes
/
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
{
"name": "sparc-request",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/sparc-request/sparc-request.git",
"author": "SPARCRequest <[email protected]>",
"license": "MIT",
"dependencies": {
"@sweetalert2/theme-bootstrap-4": "^3.2.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.12",
"bootstrap-table": "^1.14.2",
"bootstrap4-toggle": "^3.4.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"corejs-typeahead": "^1.2.1",
"jquery": "^3.4.1",
"js-cookie": "^2.2.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"nprogress": "^0.2.0",
"popper.js": "^1.16.1",
"promise-polyfill": "^8.1.3",
"stickybits": "^3.6.6",
"sweetalert2": "^9.17.1",
"tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3",
"url-polyfill": "^1.1.7"
},
"devDependencies": {}
}