-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 3.07 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
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
{
"name": "smoother",
"version": "0.17.0",
"description": "Smoother is a Sass (SCSS) library of simple-to-use functions & mixins that aid your front-end development experience by serving up workflow enhancing utilities along with production ready animations and element styles.",
"main": "src/smthr/_smth.scss",
"directories": {
"src": "src",
"test": "test"
},
"files": [
"src/betterize/*.scss",
"src/smthr/functions/*.scss",
"src/smthr/mixins/animations/*.scss",
"src/smthr/mixins/shapes/*.scss",
"src/smthr/mixins/utilities/*.scss",
"src/smthr/mixins/_index.scss",
"src/smthr/variables/*.scss",
"src/smthr/_smth.scss",
"test/css/main.css",
"test/css/main.css.map",
"test/sass/base/*.scss",
"test/sass/components/*.scss",
"test/sass/layout/*.scss",
"test/sass/pages/*.scss",
"test/sass/themes/*.scss",
"test/sass/utilities/*.scss",
"test/sass/vendors/README.txt",
"test/sass/main.scss",
"test/*.html",
"LICENSE",
"README.md"
],
"scripts": {
"test": "cp -r src/{betterize,smthr} test/sass/vendors/ && sass --watch --update --no-trace --no-quiet --fatal-deprecation=slash-div,function-units,bogus-combinators,new-global,color-module-compat,elseif,call-string,duplicate-var-flags --style=expanded test/sass/main.scss:test/css/main.css",
"copy-to-test": "cp -r src/{betterize,smthr} test/sass/vendors/",
"make-sassdoc": "sassdoc src/smthr --dest=docs",
"sassdoc-gh": "sassdocify src/smthr",
"push-sassdoc-gh": "cd .pages && git push -u origin gh-pages --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephenmirving/smthr.git"
},
"keywords": [
"animations",
"library",
"transitions",
"scss",
"sass",
"css",
"normalize",
"betterize",
"clip-path",
"generator",
"responsive",
"mixins",
"functions",
"utilities",
"calculations",
"conversions",
"lists",
"maps",
"colors",
"calculations",
"ui",
"ux",
"shadow",
"effects",
"smooth",
"smoother",
"smthr",
"smth"
],
"author": "Stephen M Irving <@metric_dev stephenmichaelirving@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenmirving/smthr/issues"
},
"homepage": "https://github.com/stephenmirving/smthr#readme",
"devDependencies": {
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"postcss-sorting": "^8.0.2",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"sass-embedded": "^1.72.0",
"sassytester": "^1.1.0",
"stylelint": "^16.3.1",
"stylelint-config-clean-order": "^5.4.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-group-selectors": "^1.0.10",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-rem-over-px": "^1.0.1",
"stylelint-scss": "^6.2.1"
}
}