forked from SouthAmericansSecrets/web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 861 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
{
"name": "secrets-of-peru",
"version": "1.0.0",
"description": "Secrets of Peru, Southamerican's Secrets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"publish": "gulp publish",
"build": "webpack"
},
"author": "edinson nuñez more",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"nunjucks": "^3.2.0",
"nunjucks-loader": "^2.4.8",
"nunjucks-webpack-plugin": "^2.0.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.11.5"
},
"dependencies": {
"firebase": "^4.5.0"
}
}