forked from museumsvictoria/nodel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "bootskel",
"version": "0.0.1",
"description": "Bootstrap skeleton",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"array.findindex": "^1.0.4",
"bootstrap": "^3.4.1",
"bootstrap-select": "1.13.10",
"cm-resize": "^1.0.1",
"codemirror": "^5.58.3",
"davidshimjs-qrcodejs": "^0.0.2",
"fuzzyset.js": "0.0.8",
"google-charts": "^2.0.0",
"gsap": "^2.1.3",
"identicon.js": "^2.3.3",
"jquery": "3.4.1",
"jquery.scrollbar": "^0.2.11",
"jsviews": "^1.0.3",
"moment": "^2.29.4",
"pagedown": "^1.1.0",
"xregexp": "^4.2.4",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-google-fonts": "^0.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-twbs": "0.0.5",
"mkdirp": "^1.0.4",
"tslib": "^2.3.1",
"uglify-js": "^3.14.2",
"uglifycss": "0.0.29",
"grunt-cli": "^1.4.3",
"lodash": "^4.17.21"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/museumsvictoria/nodel.git"
}
}