mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "birdseye-app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Matthias Hannig",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"axios": "^0.15.2",
|
|
"babel": "^6.5.2",
|
|
"babel-core": "^6.17.0",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-es2016": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babelify": "^7.3.0",
|
|
"bootstrap": "^3.3.7",
|
|
"browserify": "^13.1.0",
|
|
"cssify": "^1.0.3",
|
|
"font-awesome": "^4.6.3",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
"gulp-clean": "^0.3.2",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-cssmin": "^0.1.7",
|
|
"gulp-flatten": "^0.3.1",
|
|
"gulp-jshint": "^2.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-size": "^2.1.0",
|
|
"gulp-uglify": "^2.0.0",
|
|
"history": "^2.1.2",
|
|
"jquery": "^3.1.1",
|
|
"jshint": "^2.9.5",
|
|
"moment": "^2.15.1",
|
|
"node-sass": "^3.13.1",
|
|
"react": "^15.6.1",
|
|
"react-debounce-input": "^3.0.0",
|
|
"react-dom": "^15.3.2",
|
|
"react-redux": "^4.4.5",
|
|
"react-router": "^2.8.1",
|
|
"react-router-redux": "^4.0.6",
|
|
"react-spinkit": "^1.1.11",
|
|
"redux": "^3.7.1",
|
|
"redux-logger": "^2.7.0",
|
|
"redux-thunk": "^2.1.0",
|
|
"run-sequence": "^1.2.2",
|
|
"underscore": "^1.8.3",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|