generated from yext-pages/answers-jambo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 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
58
59
60
{
"name": "answers-hitchhiker-theme",
"version": "1.16.0",
"description": "Toolchain for use with the HH Theme",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/runtime-corejs3": "^7.9.6",
"@yext/cta-formatter": "^1.0.0",
"babel-loader": "^8.1.0",
"comment-json": "^3.0.2",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"file-system": "^2.2.2",
"fs-extra": "^9.0.1",
"grunt": "^1.0.4",
"grunt-contrib-watch": "^1.1.0",
"grunt-webpack": "^3.1.3",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"jambo": "^1.7.0",
"jsdom": "^16.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"postcss": "^8.1.4",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"simple-git": "^2.15.0",
"underscore.string": "3.2.3",
"webpack": "^4.42.0"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"core-js": "^3.6.5",
"font-awesome": "^4.7.0",
"iframe-resizer": "^4.1.1",
"is-mobile": "^2.2.2",
"libphonenumber-js": "^1.7.51",
"lodash.clonedeep": "^4.5.0",
"remove-files-webpack-plugin": "^1.4.3",
"comment-json": "^3.0.2",
"file-system": "^2.2.2",
"fs-extra": "^8.1.0",
"merge-options": "^2.0.0"
},
"engines": {
"node": ">=10"
}
}