-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "sdd",
"version": "0.0.1",
"description": "Styleguide Driven Development System for creating, managing, customizing, & editing themesfor phpBB.",
"main": "app.js",
"xo": {
"env": [
"browser",
"node",
"jquery"
]
},
"scripts": {
"test": "xo && gulp test && stylelint --config ./.stylelintrc './**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phpbb/StyleGuideDesigner.git"
},
"keywords": [
"sdd",
"style",
"themes"
],
"author": "Sahil Khokhar",
"license": "MIT",
"bugs": {
"url": "https://github.com/phpbb/StyleGuideDesigner/issues"
},
"homepage": "https://github.com/phpbb/StyleGuideDesigner#readme",
"dependencies": {
"body-parser": "^1.17.2",
"del": "^2.2.2",
"express": "^4.15.3",
"express-validator": "^3.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-nunjucks-render": "^2.2.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylefmt": "^1.1.0",
"postcss-pxtorem": "^4.0.1",
"postcss-rtl": "^0.5.10",
"postcss-sorting": "^2.1.0",
"pug": "^2.0.0-rc.2",
"stylelint": "^7.10.1",
"stylelint-order": "^0.4.4",
"stylelint-scss": "^1.4.4",
"vue": "^2.3.4",
"vue-resource": "^1.3.4",
"xo": "^0.16.0"
}
}