-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "jquery-dashboard",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack --env build",
"buildSample": "webpack --env sample",
"dev": "webpack --progress --colors --watch --env dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brosenberger/jquery-dashboard.git"
},
"author": "Benjamin Rosenberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/brosenberger/jquery-dashboard/issues"
},
"homepage": "https://github.com/brosenberger/jquery-dashboard#readme",
"dependencies": {
"handlebars": "^4.0.6",
"handlebars-layouts": "^3.1.4",
"jquery": "^3.2.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-eslint": "7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-plugin-add-module-exports": "0.1.2",
"handlebars-template-loader": "^0.7.0",
"eslint": "1.7.2",
"eslint-loader": "1.6.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"grunt": "^1.0.1",
"grunt-contrib-handlebars": "^1.0.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2",
"yargs": "6.6.0"
}
}