-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "learning_journal",
"version": "0.0.1",
"description": "A Group learning journal built with Pyramid and React.js",
"main": "lj.js",
"repository": "cewing/pyramid_react_lj",
"author": "Cris Ewing",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.0",
"lodash": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"moment": "^2.11.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"bootstrap-sass": "^3.3.6",
"bower": "^1.7.7",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"path": "^0.12.7",
"react-lorem-component": "^0.10.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browserify-shim": {
"jquery": "$"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}