-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "marionette-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env.prod true",
"start": "webpack-dev-server",
"test": "mocha-webpack"
},
"author": "m-mayank",
"license": "MIT",
"dependencies": {
"backbone": "1.2.1",
"backbone-validation": "0.11.5",
"backbone.marionette": "2.4.2",
"backbone.radio": "2.0.0",
"backbone.stickit": "0.9.2",
"foundation-sites": "6.3.1",
"handlebars": "4.0.10",
"jquery": "3.2.1",
"jquery-ui": "1.12.1",
"underscore": "1.8.3"
},
"devDependencies": {
"assert": "1.4.1",
"copy-webpack-plugin": "4.1.1",
"css-loader": "0.28.7",
"handlebars-loader": "1.6.0",
"html-webpack-plugin": "2.30.1",
"jsdom": "11.2.0",
"jsdom-global": "3.0.2",
"mocha": "3.5.3",
"mocha-webpack": "0.7.0",
"requirejs": "2.3.5",
"style-loader": "0.18.2",
"uglifyjs-webpack-plugin": "0.4.6",
"webpack": "3.6.0",
"webpack-dev-server": "^2.7.1",
"webpack-node-externals": "1.6.0"
}
}