-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "marvel-api-demo",
"version": "1.0.0",
"description": "A little app demonstrating the public Marvel API and some front-end fundamentals",
"dependencies": {
"breakpoint-sass": "^2.7.0",
"es6-promise": "^3.2.1",
"fuse.js": "^2.3.0",
"handlebars": "^4.0.5",
"lodash": "^4.13.1",
"normalize.css": "^3.0.3",
"page": "^1.7.1",
"store": "^1.3.20",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "git add -A",
"serve": "node node_modules/http-server/bin/http-server",
"start": "npm run serve"
},
"keywords": [
"marvel",
"api",
"frontend",
"es6",
"comics"
],
"author": "Tom McCarthy",
"license": "The MIT License (MIT)",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-handlebars": "^1.0.0",
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"hbsfy": "^2.7.0",
"http-server": "^0.9.0",
"vinyl-source-stream": "^1.1.0"
}
}