-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.65 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
{
"scripts": {
"dev": "./node_modules/.bin/de dist && gulp",
"build-dev": "./node_modules/.bin/de dist && gulp build",
"build": "./node_modules/.bin/de dist && gulp build --production",
"deploy": "./node_modules/.bin/de dist && gulp build --production && gulp deploy"
},
"jspm": {
"directories": {
"lib": "."
},
"dependencies": {
"classnames": "npm:classnames@^2.1.3",
"flux": "npm:flux@^2.0.3",
"react": "npm:react@^0.14.0-beta3",
"react-addons-css-transition-group": "npm:react-addons-css-transition-group@^0.14.0-beta3",
"react-dom": "npm:react-dom@^0.14.0-beta3",
"text": "github:systemjs/plugin-text@^0.0.2",
"three": "npm:three@^0.70.0",
"twbs/bootstrap-sass": "github:twbs/bootstrap-sass@^3.3.4",
"whatwg-fetch": "npm:whatwg-fetch@^0.9.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"dependencies": {
"jspm": "^0.16.1"
},
"devDependencies": {
"browser-sync": "^2.7.6",
"del": "^1.2.0",
"gulp": "~3.9",
"gulp-autoprefixer": "^2.3.1",
"gulp-awspublish": "^2.0.2",
"gulp-cheerio": "^0.6.2",
"gulp-cloudfront": "0.0.14",
"gulp-minify-css": "^1.1.6",
"gulp-preprocess": "^1.2.0",
"gulp-rev-all": "^0.8.21",
"gulp-sass": "^2.0.1",
"gulp-shell": "^0.4.2",
"gulp-strip-debug": "^1.0.2",
"gulp-svgfallback": "^3.0.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.3",
"merge-stream": "^1.0.0",
"proxy-middleware": "~0.11.0",
"request": "^2.61.0",
"yargs": "^3.10.0"
}
}