-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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": "email-module-manager",
"version": "1.0.0",
"description": "stensul's email module manager",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base app --inline --hot --config webpack.dev.config.js",
"clean": "rm -rf dist/*",
"build": "npm run clean && webpack --progress --config webpack.prod.config.js",
"deploy": "firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicogarcia/email-module-manager.git"
},
"author": "Nicolas Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicogarcia/email-module-manager/issues"
},
"homepage": "https://github.com/nicogarcia/email-module-manager#readme",
"dependencies": {
"css-loader": "^0.24.0",
"dropzone": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"firebase": "^3.3.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.3.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"jquery": "^3.1.0",
"materialize-css": "^0.97.7",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.1",
"sortablejs": "^1.4.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
}
}