mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-09 01:12:52 +00:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "mywebsite",
|
|
"version": "1.0.0",
|
|
"description": "My personal website built with React and Go",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack && babel-node metadata.js",
|
|
"c9": "webpack-dev-server --port $PORT --host $IP --hot --content-base dist --history-api-fallback",
|
|
"dev": "webpack-dev-server --content-base dist --inline --hot --history-api-fallback",
|
|
"prod-linux": "export NODE_ENV=production && webpack -p",
|
|
"prod-windows": "set NODE_ENV=production & webpack -p",
|
|
"deploy": "goapp deploy",
|
|
"serve": "goapp serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mgerb/mywebsite.git"
|
|
},
|
|
"author": "Mitchell Gerber",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mgerb/mywebsite/issues"
|
|
},
|
|
"homepage": "https://github.com/mgerb/mywebsite#readme",
|
|
"dependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-cli": "^6.11.4",
|
|
"babel-core": "^6.13.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-react-html-attrs": "^2.0.0",
|
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"css-loader": "^0.23.1",
|
|
"exports-loader": "^0.6.3",
|
|
"file-loader": "^0.9.0",
|
|
"font-awesome": "^4.6.3",
|
|
"highlight.js": "^9.6.0",
|
|
"html-webpack-plugin": "^2.22.0",
|
|
"node-sass": "^3.8.0",
|
|
"react": "^15.3.0",
|
|
"react-dom": "^15.3.0",
|
|
"react-router": "^2.6.1",
|
|
"sass-loader": "^4.0.0",
|
|
"style-loader": "^0.13.1",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"wowjs": "^1.1.3"
|
|
}
|
|
}
|