-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "styleguide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "gulp",
"server": "node_modules/http-server/bin/http-server dest"
},
"keywords": [],
"author": "aokiken <[email protected]>",
"license": "MIT",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.9.0",
"babelify": "^7.3.0",
"backbone": "^1.3.3",
"clipboard": "^1.5.12",
"jquery": "^3.1.0",
"prismjs": "^1.5.1",
"purecss": "^0.6.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-polyfill": "^6.13.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-eslint": "^3.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.4",
"gulp-pug-template-underscore": "^0.1.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"http-server": "^0.9.0",
"path": "^0.12.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.2"
}
}