-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "my-ecommerce",
"version": "1.0.0",
"description": "Tienda765 Online Storefront",
"main": "index.js",
"scripts": {
"build": "rm -rf static/dist && webpack --stats --progress --config ./webpack/prod.config.js",
"dev": "NODE_ENV=development DEBUG=tienda765 node index",
"prod": "NODE_ENV=production DEBUG=tienda765 node index"
},
"author": "Esteban Muruzabal",
"engines": {
"node": "4.2.5",
"npm": "3.5.3"
},
"dependencies": {
"async": "1.5.2",
"babel": "5.8.38",
"css-loader": "0.19.0",
"debug": "2.2.0",
"dotenv": "^4.0.0",
"expose-loader": "0.7.0",
"express": "4.13.3",
"file-loader": "0.8.4",
"fluxible": "0.5.7",
"fluxible-addons-react": "0.1.8",
"intl": "1.1.0",
"intl-locales-supported": "1.0.0",
"marked": "^0.3.5",
"moment": "^2.13.0",
"rc-progress": "2.2.1",
"react": "0.13.3",
"react-ga": "1.2.0",
"react-intl": "1.2.2",
"react-places-autocomplete": "^5.4.3",
"react-router": "0.13.3",
"sass-loader": "2.0.1",
"serialize-javascript": "1.2.0",
"style-loader": "0.12.4",
"superagent": "1.8.3"
},
"devDependencies": {
"autoprefixer-loader": "3.1.0",
"babel-core": "5.8.38",
"babel-loader": "5.4.0",
"babel-runtime": "5.8.38",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "1.0.1",
"node-sass": "^4.5.3",
"strip-loader": "0.1.2",
"webpack": "1.12.15",
"webpack-dev-server": "1.10.1",
"webpack-stats-plugin": "0.1.1"
}
}