-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.49 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
78
79
80
81
82
83
{
"name": "bb-prototype-website-react",
"title": "BB Prototype Website React",
"version": "1.0.0",
"description": "Default Building Blocks static react prototype template.",
"private": true,
"scripts": {
"build": "node build.js"
},
"homepage": "https://github.com/buildingblocks/bb-prototype-website-react",
"issues": "https://github.com/buildingblocks/bb-prototype-website-react/issues",
"authors": [
"Andrew Blackledge (https://github.com/ablackledge)"
],
"contributors": [
"Paul Welsh (https://github.com/spacedawwwg)",
"John Cashmore (https://github.com/JohnCashmore)"
],
"dependencies": {
"babel-cli": "^6.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"lodash": "^4.17.4",
"metalsmith": "^2.3.0",
"metalsmith-react-templates": "^7.0.0",
"react": "^15.6.2",
"react-dom": "^15.0.0",
"prop-types": "15.6.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.4.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.3.13",
"backstopjs": "^3.0.31",
"bootstrap": "^3.3.7",
"del": "^2.2.0",
"expose-loader": "^0.7.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache-bust": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-environments": "^0.1.1",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-plumber": "^1.0.1",
"gulp-pxtorem": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-generate-contents": "^0.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.0.0",
"jquery-ui": "^1.12.1",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.4",
"open": "0.0.5",
"path": "^0.12.7",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"run-sequence": "^1.2.2",
"uuid": "^3.1.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"wrench": "^1.5.8"
}
}