-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "gridblade",
"version": "0.1.0",
"description": "A simple CSS grid framework built with SwordCSS and SCSS",
"main": "dist/index.css",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint src/**/*.scss",
"format": "prettier --no-config --write . && stylelint --fix src/**/*.scss",
"start": "docsify serve ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swordcss/gridblade.git"
},
"keywords": [
"css",
"css-framework",
"css-grid",
"grid"
],
"author": "shadowtime2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/swordcss/gridblade/issues"
},
"homepage": "https://github.com/swordcss/gridblade#readme",
"devDependencies": {
"autoprefixer": "^10.0.2",
"dart-sass": "^1.25.0",
"docsify-cli": "^4.4.2",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sword": "^0.2.3",
"postcss": "^8.1.8",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.0",
"stylelint": "^13.8.0",
"stylelint-config-swordcss": "^1.5.0",
"swordcss": "^0.5.0"
}
}