forked from htmlacademy/codeguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
{
"name": "htmlacademy--codeguide",
"version": "0.1.0",
"private": true,
"dependencies": {
"normalize.css": "^3.0.3",
"prismjs": "0.0.1",
"prismjs-default-theme": "0.0.1"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"browser-sync": "^2.9.8",
"css-mqpacker": "^4.0.0",
"cssnext": "^1.8.4",
"eslint": "^1.5.1",
"fs-extra": "^0.24.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"hbs-helpers": "^1.0.3",
"husky": "^0.10.1",
"merge": "^1.2.0",
"node-libs-browser": "^0.5.3",
"postcss-assets": "^3.0.2",
"postcss-css-variables": "^0.5.0",
"postcss-import": "^7.0.0",
"postcss-mixins": "^1.0.1",
"postcss-nested": "^1.0.0",
"require-dir": "^0.3.0",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
},
"scripts": {
"build": "gulp build",
"dev": "gulp start",
"start": "npm run dev",
"lint": "eslint .",
"prepush": "npm run lint",
"test": "npm run lint"
},
"engines": {
"node": ">=0.12"
},
"license": "MIT"
}