This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
90 lines (90 loc) · 2.56 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": "javascriptair.com",
"version": "1.0.0",
"private": true,
"description": "The JavaScript Air site",
"scripts": {
"start": "nps",
"precommit": "./scripts/lint-changed.sh"
},
"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"
},
"homepage": "https://github.com/javascriptair/javascriptair.github.io#readme",
"devDependencies": {
"aphrodite": "^0.6.0",
"arrify": "1.0.1",
"async": "^2.1.0",
"autoprefixer": "^6.5.0",
"axios": "^0.15.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-plugin-module-resolver": "^2.3.0",
"babel-plugin-react-require": "3.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
"babel-preset-node6": "11.0.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"classnames": "2.2.5",
"cli-progress-bar": "^1.0.1",
"copy-paste": "1.3.0",
"cssnano": "^3.7.7",
"deindent": "0.1.0",
"eslint": "^3.7.1",
"eslint-config-kentcdodds": "^10.1.0",
"eslint-import-resolver-babel-module": "2.2.1",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"filenamify": "1.2.1",
"glob": "^7.1.1",
"http-server": "0.9.0",
"husky": "^0.11.9",
"imagina": "0.1.4",
"inquirer": "^1.2.2",
"inquirer-directory": "2.0.0",
"lodash": "^4.16.4",
"marked": "0.3.6",
"moment": "^2.15.1",
"mv": "2.1.1",
"nodemon": "^1.11.0",
"npm-run-all": "^3.1.0",
"p-s": "^3.0.1",
"pageres": "4.1.2",
"plop": "1.5.0",
"postcss-cli": "^2.6.0",
"postcss-import": "8.1.2",
"postcss-mixins": "^5.3.0",
"postcss-nested": "^1.0.0",
"qs": "6.2.1",
"query-string": "4.2.3",
"random-emoji": "1.0.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-html-email": "1.1.2",
"read-glob": "2.1.0",
"request": "^2.75.0",
"rimraf": "2.5.4",
"shell-escape": "0.2.0",
"spawn-command": "0.0.2",
"static-server": "2.0.3",
"striptags": "2.1.1",
"subtitles-parser": "0.0.2",
"surge": "0.18.0",
"temp": "0.8.3",
"trash": "^4.0.0",
"twitter": "1.4.0",
"uglify-js": "2.7.3",
"user-home": "2.0.0",
"which": "^1.2.11",
"youtube-mp3-downloader": "^0.4.4"
}
}