forked from javascriptair/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.23 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
{
"name": "javascriptair.com",
"version": "1.0.0",
"private": true,
"description": "The JavaScript Air site",
"scripts": {
"start": "package-scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javascriptair/javascriptair.github.io.git"
},
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javascriptair/javascriptair.github.io/issues"
},
"config": {
"ghooks": {
"pre-commit": "./scripts/lint-changed.sh"
}
},
"homepage": "https://github.com/javascriptair/javascriptair.github.io#readme",
"devDependencies": {
"aphrodite": "0.3.1",
"autoprefixer": "6.3.6",
"axios": "0.11.0",
"babel-cli": "6.7.7",
"babel-core": "6.7.7",
"babel-eslint": "6.0.4",
"babel-plugin-module-alias": "1.4.0",
"babel-plugin-react-require": "2.1.0",
"babel-preset-node6": "11.0.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"classnames": "2.2.4",
"cli-progress-bar": "1.0.0",
"copy-paste": "1.2.0",
"cssnano": "3.5.2",
"deindent": "0.1.0",
"eslint": "2.8.0",
"eslint-config-kentcdodds": "6.2.1",
"eslint-import-resolver-babel-module-alias": "1.0.3",
"eslint-plugin-react": "5.0.1",
"filenamify": "1.2.1",
"ghooks": "1.2.1",
"glob": "7.0.3",
"http-server": "0.9.0",
"imagina": "0.1.4",
"inquirer": "1.0.2",
"inquirer-directory": "2.0.0",
"lodash": "4.11.1",
"marked": "0.3.5",
"moment": "2.13.0",
"mv": "2.1.1",
"nodemon": "1.9.1",
"npm-run-all": "1.8.0",
"p-s": "1.0.0",
"plop": "1.5.0",
"postcss-cli": "2.5.2",
"postcss-import": "8.1.0",
"postcss-mixins": "^4.0.0",
"postcss-nested": "^1.0.0",
"qs": "6.1.0",
"query-string": "4.1.0",
"random-emoji": "1.0.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"read-glob": "2.1.0",
"rimraf": "2.5.2",
"shell-escape": "0.2.0",
"striptags": "2.1.1",
"subtitles-parser": "0.0.2",
"surge": "0.17.7",
"temp": "0.8.3",
"trash": "3.4.1",
"twitter": "1.2.5",
"uglify-js": "2.6.2",
"user-home": "2.0.0",
"which": "1.2.4",
"youtube-mp3-downloader": "0.4.2"
}
}