generated from yext-pages/answers-jambo-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.02 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
61
62
63
64
65
66
67
{
"name": "answers-hitchhiker-theme",
"version": "1.30.0",
"description": "Toolchain for use with the HH Theme",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "jambo build && webpack --config webpack-config.js"
},
"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": "^4.1.1",
"css-loader": "^3.4.2",
"currency-symbol-map": "^5.0.1",
"esbuild-loader": "^2.13.1",
"file-system": "^2.2.2",
"fs-extra": "^9.0.1",
"grunt": "^1.5.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-webpack": "^4.0.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"jambo": "^1.12.3",
"jsdom": "^16.4.0",
"locale-currency": "0.0.2",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.4.14",
"resolve-url-loader": "^3.1.4",
"rtlcss-webpack-plugin": "^4.0.7",
"sass": "^1.34.0",
"sass-loader": "^8.0.2",
"simple-git": "^2.15.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@vimeo/player": "^2.15.3",
"core-js": "^3.6.5",
"css-vars-ponyfill": "^2.3.1",
"escape-html": "^1.0.3",
"file-system": "^2.2.2",
"fs-extra": "^8.1.0",
"iframe-resizer": "^4.1.1",
"is-mobile": "^2.2.2",
"libphonenumber-js": "^1.7.51",
"lodash.clonedeep": "^4.5.0",
"merge-options": "^2.0.0",
"object-fit-images": "^3.2.4",
"remove-files-webpack-plugin": "^1.4.3",
"underscore.string": "^3.3.6"
},
"engines": {
"node": ">=10"
}
}