forked from CkyShaw/stylus-bem-mixins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "stylus-bem-mixins",
"version": "1.0.2",
"description": "stylus BEM syntactic sugar",
"repository": {
"type": "git",
"url": "https://github.com/CkyShaw/stylus-bem-mixins.git"
},
"main": "lib/index.js",
"license": "MIT",
"files": [
"lib",
"index.styl"
],
"scripts": {
"dev": "parcel serve ./examples/index.html",
"build": "parcel build ./examples/index.html",
"prettier": "prettier --write \"**/**/*.{js,jsx,ts,json,vue,css,less,scss,md,html}\"",
"compile": "gulp build --gulpfile test/compile.js",
"test:jsapi": "node test/jsapi.js"
},
"author": "xieqixuan <[email protected]>",
"keywords": [
"stylus",
"bem",
"mixins"
],
"devDependencies": {
"@parcel/transformer-stylus": "^2.0.0-alpha.3",
"gulp": "^4.0.2",
"gulp-stylus": "^2.7.0",
"parcel": "^2.0.0-beta.1",
"prettier": "^2.2.1",
"stylus": "^0.54.8"
}
}