-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.2 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
{
"name": "automatic-static",
"version": "1.0.0",
"description": "Automatic's opinionated frontend static site starter kit",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanglinz/automatic-static.git"
},
"author": "Yanglin Zhao",
"license": "ISC",
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=4.3.0",
"npm": ">=3.0.0"
},
"bugs": {
"url": "https://github.com/yanglinz/automatic-static/issues"
},
"homepage": "https://github.com/yanglinz/automatic-static#readme",
"dependencies": {
"jquery": "2.2.0",
"lodash": "4.3.0",
"normalize.css": "3.0.3",
"react": "0.14.6"
},
"devDependencies": {
"autoprefixer": "6.3.1",
"babel-cli": "6.5.1",
"babel-core": "6.5.1",
"babel-eslint": "4.1.8",
"babel-loader": "6.2.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"chalk": "1.1.1",
"css-loader": "0.23.1",
"dotenv": "2.0.0",
"eslint": "1.10.3",
"eslint-config-airbnb": "5.0.0",
"eslint-plugin-babel": "3.1.0",
"eslint-plugin-react": "3.16.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-awspublish": "3.0.1",
"gulp-data": "1.2.1",
"gulp-gh-pages": "0.5.4",
"gulp-htmlmin": "1.3.0",
"gulp-if": "2.0.0",
"gulp-nunjucks": "2.1.1",
"gulp-plumber": "1.1.0",
"gulp-rev-all": "0.8.22",
"gulp-sitemap": "3.0.0",
"http-server": "0.8.5",
"jasmine-core": "2.4.1",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.7",
"karma-junit-reporter": "0.3.8",
"karma-mocha-reporter": "1.1.5",
"karma-safari-launcher": "0.1.1",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"node-emoji": "1.0.4",
"node-sass": "3.4.2",
"postcss-loader": "0.8.0",
"precss": "1.4.0",
"protractor": "3.1.0",
"rx": "4.0.7",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"url-loader": "0.5.7",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1"
}
}