forked from Cloudhuset/Zendesk-Guide-Theme-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "zendesk-guide-theme-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"package": "gulp package --env production",
"package-local": "gulp package --env local",
"watch": "gulp watch --env local",
"build-dev": "gulp build --env local",
"build-prod": "gulp build --env production",
"preview": "zat theme preview --path='dist'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"dotenv": "^8.2.0",
"glob-fs": "^0.1.7",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-sass": "^4.0.2",
"gulp-sass-vars": "^1.3.0",
"gulp-tap": "^2.0.0",
"gulp-zip": "^5.0.1",
"lodash.template": "^4.5.0",
"posthtml": "^0.12.0",
"posthtml-expressions": "^1.1.1",
"posthtml-include": "^1.3.2",
"promise-polyfill": "^8.1.3",
"regenerator-runtime": "^0.13.3",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"run-sequence": "^2.2.1",
"serialize-javascript": "^3.1.0",
"webpack": "^4.41.2",
"yargs": "^15.0.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"keywords": []
}