-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "site-ads",
"version": "1.0.0",
"description": "Sitio de pautas creado por la opinión",
"main": "index.js",
"scripts": {
"start": "babel-node index.js --presets es2015,react",
"build": "webpack --config ./webpack.dev.config.js --progress --colors -w",
"build:dev": "webpack-dev-server --config ./webpack.dev.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laopinion/siteAds.git"
},
"keywords": [
"ads",
"laopinion"
],
"author": "Laopinion",
"license": "MIT",
"bugs": {
"url": "https://github.com/laopinion/siteAds/issues"
},
"homepage": "https://github.com/laopinion/siteAds#readme",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.9",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
"image-webpack-loader": "4.0.0",
"node-sass": "4.7.2",
"sass-loader": "6.0.6",
"style-loader": "0.20.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1"
},
"dependencies": {
"dotenv": "5.0.0",
"express": "4.16.2",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-engine": "4.5.0"
}
}