-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
73 lines (73 loc) · 2.03 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "decoy",
"version": "5.2.2",
"description": "A Laravel model-based CMS by Bukwild",
"main": "dist/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack && /bin/cp -rf ./dist/* ./example/public/assets/decoy",
"build": "yarn dev && webpack -p && /bin/cp -rf ./dist/* ./example/public/assets/decoy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BKWLD/decoy.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/BKWLD/decoy/issues"
},
"homepage": "https://github.com/BKWLD/decoy#readme",
"dependencies": {
"backbone": "^1",
"bootstrap-datepicker": "^1",
"bootstrap-sass": "^3",
"bootstrap-timepicker": "^0",
"chroma-js": "^1",
"console-polyfill": "^0.2.2",
"fastclick": "^1",
"imagesloaded": "^3",
"jcrop-0.9.12": "^0",
"jquery": "^1",
"jquery-backbone-views": "bkwld/jquery-backbone-views",
"jquery-csrf-prefilter": "^1.1.0",
"kizzy": "0.0.5",
"lodash": "^3",
"pixi.js": "^2",
"raf": "^3",
"toggleable": "bkwld/toggleable",
"typeahead.js": "^0"
},
"devDependencies": {
"apply-loader": "^0",
"assets-webpack-plugin": "^3.2.0",
"autoprefixer": "^6.2.0",
"coffee-loader": "^0",
"coffee-script": "^1.10.0",
"coffeescript": "^1.12.7",
"css-loader": "^0",
"exports-loader": "^0",
"expose-loader": "^0",
"extract-text-webpack-plugin": "^0",
"file-loader": "^0",
"haml-loader": "^0",
"html-loader": "^0",
"image-webpack-loader": "^1.6.2",
"img-loader": "^1.2.0",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0",
"moment": "^2.10.6",
"node-sass": "^3.4.2",
"postcss-loader": "^0",
"prepend-string-loader": "rsboarder/prepend-string-loader",
"sass-loader": "^3.1.2",
"style-loader": "^0",
"template-html-loader": "0.0.3",
"url-loader": "^0",
"webpack": "^1.12.3",
"webpack-notifier": "^1.2.1"
}
}