This repository was archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.12 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 4.12 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "csssr-project-template",
"description": "A template for a quick start",
"keywords": [
"csssr-project-template",
"cpt",
"csssr",
"project",
"template",
"frontend",
"boilerplate",
"gulp",
"webpack",
"babel",
"jade",
"stylus"
],
"version": "0.26.2",
"engines": {
"node": ">=4.0.0",
"npm": ">=2.0.0"
},
"repository": "[email protected]:CSSSR/csssr-project-template.git",
"bugs": {
"url": "https://github.com/CSSSR/csssr-project-template/issues/",
"email": "[email protected]"
},
"homepage": "https://github.com/CSSSR/csssr-project-template/",
"author": "Felix Exter <[email protected]> (https://github.com/felixexter)",
"contributors": [
"Aleksandr Petrov <[email protected]> (https://github.com/dzhiriki)",
"Maxim Samoilov <[email protected]> (https://github.com/nitive)",
"Denis Novikov <[email protected]> (https://github.com/denisnovikov)"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"validate-commit-msg": {
"maxSubjectLength": 72,
"types": "conventional-commit-types"
}
},
"license": "MIT",
"private": true,
"scripts": {
"build": "gulp build",
"clean": "rimraf dist app/styles/sprites/*.styl",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"predeploy": "npm run production",
"deploy": "gulp deploy",
"lint": "npm-run-all -p lint:*",
"lint:scripts": "eslint app gulp",
"lint:styles": "gulp styles:lint",
"lint:templates": "gulp templates:lint",
"major": "gulp major",
"make-block": "babel-node make-block.js",
"minor": "gulp minor",
"patch": "gulp patch",
"prepush": "npm run lint",
"production": "cross-env NODE_ENV=production npm-run-all clean build",
"release": "standard-version",
"start": "gulp --debug",
"prezip": "npm run production",
"zip": "gulp zip"
},
"devDependencies": {
"autoprefixer-stylus": "^0.9.0",
"babel": "^6.5.0",
"babel-cli": "^6.5.0",
"babel-core": "^6.5.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.22.0",
"bemto.jade": "^1.0.0",
"browser-sync": "^2.10.0",
"commitizen": "^2.9.6",
"cross-env": "^1.0.7",
"cz-conventional-changelog": "^2.0.0",
"debuga": "^1.0.2",
"eslint": "^2.12.0",
"eslint-loader": "^1.1.1",
"expose-loader": "^0.7.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-cssnano": "^2.0.0",
"gulp-filter": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.3",
"gulp-jsbeautifier": "^1.0.1",
"gulp-plumber": "^1.0.1",
"gulp-plumber-error-handler": "^1.0.0",
"gulp-pug-linter": "^0.4.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-static-hash": "^0.1.4",
"gulp-stylint": "^3.0.0",
"gulp-stylus": "^2.1.0",
"gulp-svg-symbols": "^1.0.0",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.0.0",
"gulp.spritesmith-multi": "^2.2.0",
"happypack": "^2.1.1",
"husky": "^0.11.9",
"jade-get-data": "^1.0.0",
"jade-injected": "^1.0.2",
"jquery": "^2.1.4",
"merge-stream": "^1.0.0",
"node-notifier": "^4.3.1",
"npm-install-webpack-plugin": "^2.0.2",
"npm-run-all": "^1.8.0",
"pug-lint": "^2.2.2",
"require-dir": "^0.3.2",
"rimraf": "^2.5.0",
"run-sequence": "^1.2.2",
"rupture": "^0.6.1",
"source-map-loader": "^0.1.5",
"spritesmith-dir-checker": "^1.0.0",
"spritesmith-stylus-retina-template": "^1.0.0",
"standard-version": "^4.2.0",
"stylint": "^1.3.6",
"stylint-stylish": "^1.2.0",
"stylus": "^0.54.5",
"stylus-import-if-exist": "^1.1.0",
"stylus-svg-size-template": "^1.0.0",
"svg4everybody": "^2.0.0",
"validate-commit-msg": "^2.14.0",
"webpack": "^1.12.9",
"webpack-stats-logger": "^1.0.1",
"webpack-stream": "^3.1.0"
}
}