-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
90 lines (90 loc) · 2.45 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "chalk",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Drew Minns"
},
{
"name": "Kristen Spencer"
},
{
"name": "Ryan Christiani"
}
],
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.1.1",
"autoprefixer-core": "^6.0.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babelify": "^7.2.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"connect-history-api-fallback": "^1.1.0",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.5.2",
"cssnext": "^1.8.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"highlight.js": "^9.8.0",
"history": "^1.13.1",
"lost": "^6.6.2",
"pixrem": "^3.0.0",
"postcss": "^5.0.12",
"postcss-color-function": "^2.0.0",
"postcss-custom-selectors": "^3.0.0",
"postcss-discard-duplicates": "^2.0.1",
"postcss-position": "^0.4.0",
"postcss-pseudo-class-enter": "^2.0.1",
"postcss-quantity-queries": "^0.4.0",
"postcss-reporter": "^1.3.0",
"postcss-sassy-mixins": "^1.0.0",
"postcss-scss": "^0.1.5",
"postcss-simple-vars": "^1.1.0",
"postcss-size": "^1.0.0",
"postcss-unique-selectors": "^2.0.2",
"precss": "^1.3.0",
"prismjs": "^1.6.0",
"react-addons-css-transition-group": "^0.14.3",
"react-notification-system": "^0.2.6",
"react-sticky": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"yargs": "^7.0.2"
},
"dependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"history": "^1.13.0",
"moment": "^2.10.6",
"pixrem": "^3.0.0",
"react": "^0.14.2",
"react-addons-create-fragment": "^0.14.2",
"react-codemirror": "^0.3.0",
"react-copy-to-clipboard": "^3.0.4",
"react-datepicker": "^0.17.0",
"react-dom": "^0.14.2",
"react-dropzone": "^3.0.0",
"react-remarkable": "^1.1.1",
"react-router": "^1.0.0-rc4",
"validator": "^5.3.0"
}
}