-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.57 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
{
"name": "rohanm.me",
"version": "1.0.0",
"description": "my personal website",
"main": "./js/index.js",
"repository": "[email protected]:Rohanhacker/rohanm.me.git",
"author": "rohanhacker <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"lint": "eslint src",
"prebuild": "rimraf dist",
"build": "NODE_ENV=production webpack -p --config webpack.config.production.js",
"postbuild": "copyfiles index.html dist"
},
"dependencies": {
"classnames": "^2.2.5",
"copyfiles": "^1.2.0",
"gsap": "^1.19.1",
"normalize-css": "^2.3.1",
"preact": "^7.2.0",
"preact-compat": "^3.14.0",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-router-dom": "next",
"rimraf": "^2.6.1",
"sendgrid": "^4.7.1",
"superb": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^6.7.6",
"babel-core": "6.13.2",
"babel-eslint": "^7.1.1",
"babel-loader": "6.2.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-preset-stage-2": "6.13.0",
"compression-webpack-plugin": "^0.3.2",
"css-loader": "0.23.1",
"eslint": "^3.17.1",
"eslint-plugin-react": "^6.10.0",
"image-webpack-loader": "^3.2.0",
"json-loader": "^0.5.4",
"postcss-loader": "0.9.1",
"postcss-scss": "^0.4.1",
"precss": "^1.4.0",
"react-hot-loader": "3.0.0-beta.6",
"style-loader": "0.13.1",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.0"
}
}