-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 912 Bytes
/
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
{
"name": "aboutme",
"version": "1.0.0",
"description": "Personal profile",
"main": "index.js",
"repository": "https://github.com/AnshulMalik/AnshulMalik.github.io",
"author": "Anshul Malik",
"license": "MIT",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^6.10.0",
"react": "^15.4.2",
"react-custom-scrollbars": "^4.0.2",
"react-dom": "^15.4.2",
"webpack": "^2.2.1"
},
"scripts": {
"start": "webpack-dev-server --hot --inline --content-base docs",
"build": "node_modules/.bin/webpack --config webpack.config.prod.js"
},
"devDependencies": {
"eslint-plugin-react": "^6.10.0",
"react-hot-loader": "^1.3.1",
"webpack-dev-server": "^2.4.2"
}
}