-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"name": "kendo-webpack-systemjs",
"version": "0.0.1",
"description": "Basic boilerplace for using Kendoui Pro with ES6 modules, with Babel, Webpack and/or SystemJS.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"buildwp": "node_modules/.bin/webpack",
"build": "gulp cleanBuildFolder && gulp buildAssets && npm run buildwp && gulp copyHTMLAndInjectBuildRefs",
"doco": "esdoc -c esdoc.json && gulp openDoco",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Michael Brown<[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"bower": "^1.7.7",
"del": "^2.2.0",
"esdoc": "^0.4.6",
"gulp": "^3.9.1",
"gulp-html-replace": "^1.5.5",
"gulp-inject": "^4.0.0",
"open": "0.0.5",
"path": "^0.12.7",
"run-sequence": "^1.1.5",
"systemjs": "^0.19.24",
"systemjs-plugin-babel": "0.0.8",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.8.3"
},
"dependencies": {
"jquery": "^2.1.4"
}
}