-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.98 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
60
61
62
63
{
"name": "fabianirsara.com",
"version": "1.0.0",
"private": true,
"description": "Personal Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000 | grunt php",
"build": "NODE_ENV=production webpack --bail --progress --colors"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-ftp-deploy": "^0.1.10",
"grunt-hashres": "^0.4.1",
"grunt-php": "^1.5.1",
"grunt-shell": "^2.1.0",
"gsap": "^1.19.1",
"js-yaml": "^3.8.1",
"json-loader": "^0.5.4",
"normalize.css": "^5.0.0",
"postcss-loader": "^1.3.3",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-g-analytics": "0.2.6",
"react-hot-loader": "^1.3.1",
"react-images": "^0.5.2",
"react-markdown": "github:firsara/react-markdown",
"react-masonry-component": "^4.0.0",
"react-redux": "^4.0.6",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"react-themeable": "^1.0.1",
"redux": "^3.0.2",
"redux-actions": "^0.9.0",
"redux-promise": "^0.5.1",
"reqwest": "^2.0.5",
"rucksack-css": "^0.9.1",
"style-loader": "^0.13.2",
"superb": "github:firsara/superb",
"url-loader": "^0.5.8",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-hot-middleware": "^2.2.0",
"yaml-loader": "^0.4.0"
}
}