|
| 1 | +{ |
| 2 | + "name": "tree", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "private": true, |
| 7 | + "scripts": { |
| 8 | + "postinstall": "rm -rf node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/node_modules/globule/node_modules/lodash ; ", |
| 9 | + "build": "./node_modules/.bin/gulp build", |
| 10 | + "build-prod": "./node_modules/.bin/gulp build-prod", |
| 11 | + "watch": "./node_modules/.bin/gulp watch", |
| 12 | + "test": "./node_modules/karma/bin/karma start --single-run" |
| 13 | + }, |
| 14 | + "author": "Andris Silis", |
| 15 | + "license": "", |
| 16 | + "devDependencies": { |
| 17 | + "babel-core": "^4.0.2", |
| 18 | + "babel-loader": "^4.0.0", |
| 19 | + "gulp": "^3.8.8", |
| 20 | + "gulp-buffer": "0.0.2", |
| 21 | + "gulp-declare": "^0.3.0", |
| 22 | + "gulp-filter": "^1.0.2", |
| 23 | + "gulp-if": "^1.2.5", |
| 24 | + "gulp-livereload": "^2.1.1", |
| 25 | + "gulp-minify-css": "^0.3.11", |
| 26 | + "gulp-plumber": "^0.6.5", |
| 27 | + "gulp-preprocess": "^1.1.1", |
| 28 | + "gulp-react": "^2.0.0", |
| 29 | + "gulp-rename": "^1.2.0", |
| 30 | + "gulp-rev": "^2.0.1", |
| 31 | + "gulp-rev-collector": "^0.1.2", |
| 32 | + "gulp-sourcemaps": "^1.5.0", |
| 33 | + "gulp-sym": "0.0.14", |
| 34 | + "gulp-uglify": "^1.0.1", |
| 35 | + "gulp-util": "^3.0.1", |
| 36 | + "gulp-webpack": "^1.1.0", |
| 37 | + "gulp-wrap": "^0.3.0", |
| 38 | + "imports-loader": "^0.6.3", |
| 39 | + "jsx-loader": "^0.12.2", |
| 40 | + "null-loader": "^0.1.0", |
| 41 | + "webpack": "^1.5.3", |
| 42 | + "webpack-dev-server": "^1.7.0" |
| 43 | + }, |
| 44 | + "dependencies": { |
| 45 | + "babel": "^4.7.3", |
| 46 | + "lodash": "^3.5.0", |
| 47 | + "react": "^0.13.3", |
| 48 | + "react-tools": "^0.13.0" |
| 49 | + } |
| 50 | +} |
0 commit comments