-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "nickmcblain.github.io",
"version": "1.0.0",
"description": "Nick McBlain's portfolio website",
"main": "index.js",
"scripts": {
"test": "test",
"build": "node node_modules/webpack/bin/webpack --config webpack.config.js",
"start": "webpack-dev-server --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickmcblain/nickmcblain.github.io.git"
},
"keywords": [
"portfolio",
"blue",
"react"
],
"author": "Nick McBlain",
"license": "ISC",
"bugs": {
"url": "https://github.com/nickmcblain/nickmcblain.github.io/issues"
},
"homepage": "https://github.com/nickmcblain/nickmcblain.github.io#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.5",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.0.0",
"postcss-loader": "^1.2.1",
"style-loader": "^0.13.1",
"uglify-loader": "^1.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-fontawesome": "^1.5.0"
}
}