gittoken-landing-page
Version:
Landing Page for GitToken
48 lines (47 loc) • 1.39 kB
JSON
{
"name": "gittoken-landing-page",
"version": "0.0.19",
"description": "Landing Page for GitToken",
"main": "./dist/index",
"scripts": {
"start:dev": "webpack-dev-server --inline --host 0.0.0.0",
"build:ui": "./node_modules/.bin/webpack --config webpack.config.js"
},
"author": "GitToken",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"countdown": "^2.6.0",
"gittoken-react-components": "0.0.15",
"gittoken-reducers": "0.0.28",
"gittoken-svg-icons": "0.0.8",
"hls.js": "^0.8.8",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-highlight": "^0.10.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-inline-import": "^2.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"chai": "^4.0.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"worker-loader": "^1.1.0"
}
}