-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.78 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
57
58
59
{
"name": "React-y-Redux",
"version": "1.0.0",
"description": "",
"main": "./built/server/index.js",
"scripts": {
"build": "set NODE_ENV=production && webpack -p",
"bff": "node ./built/server/index.js",
"deploy": "now",
"deploy:sfs": "now ./built/statics/",
"start": "npm run bff",
"sfs": "list ./built/statics/ --port 3001 --cache 0",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwindeleon/React-y-Redux.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/edwindeleon/React-y-Redux/issues"
},
"homepage": "https://github.com/edwindeleon/React-y-Redux#readme",
"dependencies": {
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-runtime": "^6.20.0",
"isomorphic-fetch": "^2.2.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-intl": "^2.2.2",
"react-router": "^4.0.0-alpha.6"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-latest-minimal": "^1.1.2",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
}
}