-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "portfolio",
"version": "0.0.1",
"description": "Vitalii Mahas Portfolio",
"main": "app.js",
"scripts": {
"dev": "webpack-dev-server --devtool eval --hot --progress --colors --content-base build",
"deploy": "NODE_ENV=production webpack -p",
"lint": "./node_modules/.bin/eslint app"
},
"keywords": [
"portfolio"
],
"author": "Vitalii Mahas",
"license": "MIT",
"devDependencies": {
"node-libs-browser": "~0.5.0",
"webpack": "~1.9.7",
"style-loader": "~0.12.2",
"css-loader": "~0.12.1",
"jsx-loader": "~0.13.2",
"webpack-dev-server": "~1.8.2",
"react": "~0.13.3",
"react-hot-loader": "~1.2.7",
"babel-core": "~5.4.3",
"babel-loader": "~5.1.2",
"babel-eslint": "~3.1.5",
"eslint": "~0.21.2",
"eslint-plugin-react": "~2.3.0",
"path": "~0.11.14",
"babel-runtime": "~5.4.3",
"node-sass": "~3.1.1",
"sass-loader": "~1.0.2",
"jeet": "~6.1.2",
"extract-text-webpack-plugin": "~0.8.0",
"url-loader": "~0.5.5"
},
"dependencies": {
"axis": "~0.3.2"
}
}