-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.8 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.8 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
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
91
92
{
"name": "jhh",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-minify-constant-folding": "^0.0.4",
"babel-plugin-minify-mangle-names": "^0.0.8",
"babel-plugin-transform-async-generator-functions": "^6.22.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-env": "^1.3.2",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"babel-runtime": "^6.23.0",
"babelify": "^8.0.0",
"browserify": "^14.1.0",
"colorguard": "^1.2.0",
"deepmerge": "^1.3.2",
"ejs": "^2.5.6",
"es6-promisify": "^5.0.0",
"html-minifier": "^3.4.2",
"http-server": "^0.10.0",
"markdown": "^0.5.0",
"postcss": "^5.2.16",
"postcss-autoreset": "^1.2.1",
"postcss-cli": "^4.1.1",
"postcss-cssnext": "^2.10.0",
"postcss-extend": "^1.0.5",
"postcss-import": "^9.1.0",
"postcss-initial": "^1.5.3",
"postcss-nested": "^1.0.0",
"pretty": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"yaml-front-matter": "^3.4.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-minify-constant-folding": "0.0.4",
"babel-plugin-minify-mangle-names": "0.0.8",
"babel-plugin-transform-async-generator-functions": "^6.22.0",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "^1.3.2",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"babel-runtime": "^6.23.0",
"babelify": "^8.0.0",
"browserify": "^14.1.0",
"colorguard": "^1.2.0",
"deepmerge": "^1.3.2",
"ejs": "^2.5.6",
"es6-promisify": "^5.0.0",
"html-minifier": "^3.4.2",
"markdown": "^0.5.0",
"postcss": "^5.2.16",
"postcss-autoreset": "^1.2.1",
"postcss-cli": "^4.1.1",
"postcss-cssnext": "^2.10.0",
"postcss-extend": "^1.0.5",
"postcss-import": "^9.1.0",
"postcss-initial": "^1.5.3",
"postcss-nested": "^1.0.0",
"pretty": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"yaml-front-matter": "^3.4.0",
"yargs": "^10.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnhenry/initialization-script.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnhenry/initialization-script/issues"
},
"homepage": "https://github.com/johnhenry/initialization-script#readme"
}