-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.08 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "deck-tmdsc",
"version": "1.0.0",
"description": "Superconducting phases of monolayer transition-metal dichalcogenides. Contributed Talk, 2016 APS March Meeting.",
"private": true,
"keywords": [
"bespoke.js",
"brunch"
],
"homepage": "https://github.com/evansosenko/deck-tmdsc",
"bugs": "https://github.com/evansosenko/deck-tmdsc/issues",
"repository": "evansosenko/deck-tmdsc",
"license": "CC-BY-SA-4.0",
"author": {
"name": "Evan Sosenko",
"email": "[email protected]"
},
"scripts": {
"start": "brunch watch --server",
"pretest": "gulp lint",
"predist": "npm test",
"dist": "npm run build",
"postdist": "gulp minify",
"prebuild": "gulp clean",
"build": "brunch build --production",
"postbuild": "gulp htmlhint",
"predeploy": "npm run dist",
"deploy": "gulp deploy",
"watch": "gulp watch"
},
"files": [
"public"
],
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"bespoke": "^1.1.0",
"bespoke-classes": "^1.0.0",
"bespoke-hash": "^1.0.2",
"bespoke-keys": "^1.1.0",
"bespoke-touch": "^1.0.0",
"include-media": "^1.4.2",
"sanitize.css": "^4.0.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.1.0",
"autoprefixer": "^6.3.1",
"babel-brunch": "^6.0.0",
"babel-eslint": "^6.0.0",
"babel-preset-es2015": "^6.3.13",
"brunch": "^2.5.2",
"brunch-static": "^1.1.1",
"cssnano": "^3.4.0",
"del-cli": "^0.2.0",
"digest-brunch": "^1.5.1",
"eslint": "^2.1.0",
"gh-pages": "^0.11.0",
"git-rev-sync": "^1.4.0",
"gulp": "^3.9.0",
"gulp-cli": "^1.2.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass-lint": "^1.1.1",
"gulp-standard": "^7.0.1",
"gulp-watch": "^4.3.5",
"html-brunch-static": "^1.2.1",
"javascript-brunch": "^2.0.0",
"postcss-brunch": "^0.5.0",
"sass-brunch": "^2.0.0",
"sass-lint": "^1.5.0",
"standard": "^7.0.1",
"uglify-js-brunch": "^2.0.1"
}
}