This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "tacocat-gallery-react-ampersand",
"license": "Apache-2.0",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "http://github.com/deanmoses/tacocat-gallery-react-ampersand.git"
},
"dependencies": {
"ampersand-collection": "^2.0.1",
"ampersand-model": "^8.0.1",
"ampersand-rest-collection": "^6.0.0",
"ampersand-router": "^5.0.0",
"ampersand-state": "^5.0.3",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"underscore": "^1.8.3",
"vinyl-transform": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.5.0",
"browserify-shim": "^3.8.14",
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~4.0.0",
"gulp-bower": "0.0.13",
"gulp-buffer": "0.0.2",
"gulp-cache": "~1.0.1",
"gulp-clean-css": "^3.9.0",
"gulp-coffee": "~3.0.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^2.0.2",
"gulp-imagemin": "~4.0.0",
"gulp-jest": "~3.0.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "~1.5.0",
"gulp-manifest": "0.1.1",
"gulp-minify-html": "^1.0.6",
"gulp-react": "^3.1.0",
"gulp-rsync": "0.0.8",
"gulp-ruby-sass": "~2.1.1",
"gulp-size": "~2.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "~3.1.3",
"gulp-util": "~3.0.8",
"gulp-webserver": "^0.9.1",
"jest": "~22.0.4",
"jest-cli": "^22.0.4",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"reactify": "^1.1.1",
"vinyl-source-stream": "^2.0.0"
},
"engines": {
"node": ">=7.7.4"
},
"browserify": {
"transform": [
"browserify-shim",
[
"reactify",
{
"es6": true
}
]
]
},
"browser": {
"jquery": "./app/bower_components/jquery/dist/jquery.js",
"bootstrap-modal": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/modal.js",
"bootstrap-dropdown": "./app/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js"
},
"browserify-shim": {
"jquery": "$"
}
}