-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "tonic",
"version": "1.0.0",
"description": "Tonic is a digital agency that's good for business.",
"author": "Tonic <developer@hellotonic.com>",
"private": true,
"homepage": "https://tonic.github.io/",
"devDependencies": {
"axios": "^0.13.1",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"browser-sync": "^2.12.10",
"del": "^2.2.0",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-cssnano": "^2.1.2",
"gulp-file": "^0.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.1",
"gulp-sass": "^2.3.1",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.6",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"open": "0.0.5",
"react": "^15.3.0",
"react-addons-update": "^15.3.0",
"react-dom": "^15.3.0",
"require-dir": "^0.3.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"resolutions": {
"gift": "^0.10.2"
},
"scripts": {
"start": "gulp",
"build": "gulp production",
"deploy": "gulp deploy"
}
}