-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "guild-ai-site",
"description": "Site source for guild.ai.",
"version": "0.7.0",
"repository": "https://github.com/tensorhub/guild.ai",
"license": "UNLICENSED",
"homepage": "https://github.com/tensorhub/guild.ai",
"author": "TheThemeio and TensorHub, Inc.",
"devDependencies": {
"autoprefixer": "^6.7.7",
"bootstrap": "^3.3.7",
"cssnano": "^3.0.1",
"featherlight": "^1.7.12",
"font-awesome": "^4.7.0",
"grunt": "^1.0.2",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-postcss": "^0.7.0",
"grunt-sass": "^2.0.0",
"jquery": "^3.3.1",
"jquery-fab": "^1.0.0",
"jquery-match-height": "^0.7.2",
"jsoncomp": "^1.6.1",
"lozad": "^1.9.0",
"mousetrap": "^1.6.1",
"perfect-scrollbar": "^0.7.1",
"typed.js": "^2.0.9"
},
"dependencies": {}
}