-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "zaf_sdk_repl_app",
"version": "2.0.11",
"description": "An interactive programming environment for ZAF SDK v2 developers",
"repository": {
"type": "git",
"url": "https://github.com/zendesk/v2_repl_app.git"
},
"scripts": {
"lint": "standard",
"build": "webpack --node-env=production",
"watch": "webpack --watch"
},
"license": "Apache-2.0",
"author": "Zendesk",
"keywords": [
"zendesk",
"app",
"framework"
],
"bugs": {
"url": "https://github.com/zendesk/v2_repl_app/issues"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"standard": "^14.3.1"
},
"dependencies": {
"@babel/preset-env": "^7.25.4",
"@zendeskgarden/css-bedrock": "^7.0.33",
"@zendeskgarden/css-forms": "^7.0.18",
"@zendeskgarden/svg-icons": "^6.9.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"highlight.js": "^11.10.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss-import": "^16.1.0",
"postcss-inline-svg": "^6.0.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.5",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"loader-utils": ">=1.4.1"
}
}