-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
52 lines (52 loc) · 1.51 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
{
"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": {
"promise-polyfill": "^8.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"dotenv": "^16.0.3",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sass-vars": "^1.3.0",
"gulp-tap": "^2.0.0",
"gulp-zip": "^5.1.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.21",
"regenerator-runtime": "^0.13.11",
"sass": "^1.58.0",
"through2": "^4.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0",
"yargs": "^17.6.2"
},
"keywords": []
}