-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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": "showcase_app",
"version": "0.1.0",
"description": "A scaffold for developers to build ZAF v2 apps",
"repository": {
"type": "git",
"url": "https://github.com/zendesk/app_scaffold.git"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch"
},
"license": "Apache-2.0",
"author": "Zendesk",
"keywords": [
"zendesk",
"app",
"framework"
],
"bugs": {
"url": "https://github.com/zendesk/app_scaffold/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.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.7.1",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.99.1",
"json-loader": "^0.5.7",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.13",
"loader-utils": "^1.2.3",
"node-sass": "^4.13.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.12.0"
}
}