-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "@sparkbox/sparkle",
"version": "1.4.5",
"description": "✨ Sparkle CSS Framework",
"directories": {
"test": "test"
},
"scripts": {
"start": "npm run docs",
"predocs": "rm -rf styleguide && mkdir styleguide && touch styleguide/docs.md",
"docs": "npm run sass",
"sass": "sass mdcss:styleguide",
"postsass": "postcss styleguide/docs.css -r",
"test": "mocha",
"stylelint": "stylelint *.scss **/*.scss **/**/*.scss --color --syntax scss",
"release": "./.github/scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparkbox/sparkle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sparkbox/sparkle/issues"
},
"homepage": "https://github.com/sparkbox/sparkle#readme",
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"devDependencies": {
"@sparkbox/stylelint-config-sparkbox": "^1.0.3",
"mdcss": "^1.5.2",
"mdcss-theme-github": "^2.4.2",
"mocha": "^8.1.3",
"postcss": "^8.3.9",
"postcss-cli": "^8.0.0",
"sass": "^1.35.1",
"sass-true": "^6.0.0",
"standard-version": "^9.3.1"
},
"files": [
"_settings.scss",
"_sparkle-defaults.scss",
"_sparkle-settings.scss",
"_systems.scss",
"_tools.scss",
"_utilities.scss",
"globals",
"mdcss",
"systems",
"tools",
"utilities"
]
}