This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "support_sdk_metadata",
"version": "2.0.0",
"description": "A ticket app to show extra information about tickets created via the Support SDK",
"repository": {
"type": "git",
"url": "https://github.com/zendesklabs/support_sdk_metadata_app.git"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "zat server -p ./dist",
"lint": "standard"
},
"license": "Apache-2.0",
"author": "Zendesk",
"keywords": [
"zendesk",
"app",
"framework"
],
"bugs": {
"url": "https://github.com/zendesklabs/support_sdk_metadata_app/issues"
},
"devDependencies": {
"jasmine-core": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.4",
"standard": "^11.0.1"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"handlebars": "^1.3.0",
"handlebars-loader": "^1.5.0",
"html-webpack-plugin": "^2.30.1",
"js-yaml": "^3.13.1",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^3.12.0",
"webpack-cli": "^3.3.7"
}
}