-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.99 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.99 KB
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
{
"name": "GroundworkReactBoilerplate",
"version": "0.1.0",
"homepage": "https://groundwork.withdesin.ca",
"devDependencies": {
"expect": "^1.20.2",
"fetch-jsonp": "^1.0.2",
"gh-pages": "^0.11.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.2.0",
"gulp-image": "^2.10.1",
"gulp-minify": "0.0.11",
"gulp-plumber": "^1.1.0",
"gulp-plumber-notifier": "0.0.3",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"react-scripts": "0.6.1",
"run-sequence": "^1.2.2",
"url-loader": "^0.5.9"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"gulp-webp": "^2.3.0",
"jquery": "^3.2.1",
"prop-types": "^15.5.10",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-escape-html": "^1.0.5",
"react-helmet": "^5.1.3",
"react-image-webp": "^0.2.0",
"react-imation": "^0.5.3",
"react-lazyload": "^2.2.7",
"react-progressive-bg-image": "^2.0.4",
"react-progressive-image": "^0.1.2",
"react-redux": "^4.4.5",
"react-responsive": "^1.3.4",
"react-router": "^2.8.1",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.1.0",
"react-router-link": "^2.0.2",
"react-router-redux": "^4.0.6",
"react-router-transition": "^0.1.1",
"react-router-transitions": "^2.2.1",
"react-track": "^0.4.4",
"react-transition-group": "^1.1.3",
"react-video-cover": "^1.1.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"styled-components": "^2.1.2",
"groundwork-ui": "git+https://git@github.com/WithDesign/groundwork-ui.git#1.0.0"
},
"scripts": {
"dev": "gulp live && react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"build-scss": "gulp live",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
}
}