mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
init react
This commit is contained in:
51
package.json
Normal file
51
package.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "mywebsite",
|
||||
"version": "1.0.0",
|
||||
"description": "My personal website built with React and Go",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "webpack -p",
|
||||
"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-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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user