-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "yonaka",
"description": "A easily customizable css framework",
"version": "1.1.27",
"main": "dist/yonaka.css",
"devDependencies": {
"anymatch": "^3.1.3",
"autoprefixer": "^10.4.16",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"fill-range": "^7.0.1",
"glob-parent": "^5.1.2",
"immutable": "^4.3.4",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
"readdirp": "^3.6.0",
"sass": "^1.66.1",
"source-map-js": "^1.0.2",
"to-regex-range": "^5.0.1"
},
"scripts": {
"build:css": "sass src/sass/main.scss dist/yonaka.css --style=compressed && postcss dist/yonaka.css --use autoprefixer -d dist",
"watch:sass": "sass src/sass/main.scss src/styles/yonaka.temps.css -w",
"help": "sass --help",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major",
"publish:patch": "npm run version:patch && publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vattghern203/yonaka.git"
},
"keywords": [
"front-end",
"sass",
"css",
"html",
"responsive"
],
"author": "vattghern203",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vattghern203/yonaka/issues"
},
"homepage": "https://github.com/Vattghern203/yonaka#readme"
}