-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.74 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": "wp-semillon-theme",
"version": "0.1.0",
"description": "React/Redux WordPress theme",
"license" : "MIT",
"author": {
"name" : "Patrick Galbraith",
"url" : "http://pjgalbraith.com/"
},
"repository": "patrickgalbraith/semillon",
"scripts": {
"start": "node src/server/index.js",
"sass": "sass --style=compressed --sourcemap=file styles/main.scss static/main.css",
"sass-watch": "sass --style=compressed --sourcemap=file --watch styles/main.scss:static/main.css"
},
"dependencies": {
"babel": "^6.3.13",
"babel-register": "^6.3.13",
"compression": "^1.6.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"history": "^1.17.0",
"humps": "https://github.com/patrickgalbraith/humps/tarball/73682330b4d4251c9bbd74ba2381f810fbaccc18",
"isomorphic-fetch": "^2.2.0",
"lodash": "^3.10.1",
"normalizr": "^1.4.0",
"parse-link-header": "^0.4.1",
"qs": "^6.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.3",
"react-router": "^1.0.2",
"redux": "^3.0.5",
"redux-simple-router": "^1.0.2",
"redux-thunk": "^1.0.2",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"node-sass": "^3.4.2",
"react-transform-hmr": "^1.0.1",
"redux-devtools": "^3.0.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}