-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 1.08 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
{
"name": "@monsieurbiz/bricks-framework",
"version": "1.0.2",
"description": "Frontend framework to build awesome interfaces for your next e-commerce project",
"scripts": {
"buildSass": "sass assets/scss/bricks.scss:css/bricks.css --style=compressed --no-source-map",
"watchSass": "sass assets/scss/bricks.scss:css/bricks.css --style=compressed --no-source-map --watch",
"stylelint": "stylelint '**/*.scss'",
"stylelint-fix": "stylelint --fix '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monsieurbiz/bricks-framework.git"
},
"author": "Monsieur Biz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/monsieurbiz/bricks-framework/issues"
},
"homepage": "https://github.com/monsieurbiz/bricks-framework#readme",
"devDependencies": {
"prettier": "2.6.2",
"sass": "^1.51.0",
"stylelint": "^14.8.2",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0"
}
}