opensupports/package.json

77 lines
1.7 KiB
JSON
Raw Normal View History

2015-08-16 01:47:51 +02:00
{
"name": "react-rocket-boilerplate",
"version": "0.2.0",
"author": "Jake Marsh <jakemmarsh@gmail.com>",
"description": "Boilerplate using React, Browserify, SASS, and Gulp.",
"repository": {
"type": "git",
"url": "https://github.com/jakemmarsh/react-rocket-boilerplate.git"
},
"keywords": [
"gulp",
"browserify",
"react",
"sass",
"boilerplate"
],
"private": true,
"engines": {
"node": "^0.12.x",
"npm": "^2.1.x"
},
2015-08-16 19:35:14 +02:00
"scripts": {
"test": "jest"
},
2015-08-16 01:47:51 +02:00
"devDependencies": {
2015-08-16 19:35:14 +02:00
"babel-core": "^5.8.22",
2015-08-16 01:47:51 +02:00
"babelify": "^6.1.x",
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"debowerify": "^1.3.1",
"del": "^1.2.0",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.x",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"humps": "^0.6.0",
2015-08-16 19:35:14 +02:00
"jest-cli": "^0.4.19",
2015-08-16 01:47:51 +02:00
"lodash": "^3.10.0",
"morgan": "^1.6.1",
"react": "^0.13.x",
"react-document-title": "^1.0.2",
"react-router": "^0.13.x",
"reflux": "^0.2.9",
"run-sequence": "^1.1.1",
"superagent": "^1.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.x"
2015-08-16 19:35:14 +02:00
},
"jest": {
"scriptPreprocessor": "./preprocessor.js",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
],
"unmockedModulePathPatterns": [
"react"
]
2015-08-16 21:16:53 +02:00
},
"dependencies": {
"app-module-path": "^1.0.3",
"classnames": "^2.1.3"
2015-08-16 01:47:51 +02:00
}
}