-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 956 Bytes
/
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
{
"name": "tableexport_webpack-v1_app",
"version": "1.0.0",
"description": "A simple app demonstrating the use of TableExport and Webpack v1.",
"main": "bundle.js",
"scripts": {
"build": "webpack",
"prestart": "npm run build",
"start": "webpack-dev-server --progress --colors --watch"
},
"keywords": [
"node",
"webpack",
"webpack1",
"webpackv1",
"tableexport"
],
"author": "Travis Clarke",
"license": "MIT",
"bugs": {
"url": "https://github.com/clarketm/tableexport_webpack-v1_app/issues"
},
"homepage": "https://github.com/clarketm/tableexport_webpack-v1_app#readme",
"dependencies": {
"jquery": "^3.2.1",
"tableexport": "^4.0.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.2",
"style-loader": "^0.18.1",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
}
}