forked from semantic-ui-forest/forest-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "forest-themes",
"description": "Semantic-UI Forest Themes",
"version": "0.1.0",
"scripts": {
"build": "node scripts/build.js",
"capture": "node scripts/capture.js",
"demo": "browser-sync start --server --files=\"**/*\"",
"format-less": "prettier --parser less --write src/themes/**/*.*",
"format-js": "prettier --write scripts/*.*",
"format-html": "prettier --write index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-ui-forest/forest-themes.git"
},
"keywords": [
"Semantic-UI",
"Themes",
"Bootswatch",
"CSS"
],
"author": "Xiao Hanyu <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/semantic-ui-forest/forest-themes/issues"
},
"homepage": "https://github.com/semantic-ui-forest/forest-themes#readme",
"dependencies": {
"semantic-ui": "^2.4.2"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"console-stamp": "^0.2.7",
"fs-extra": "^7.0.1",
"prettier": "^1.15.3",
"puppeteer": "^1.12.2",
"serve": "^10.1.2",
"sharp": "^0.21.3"
}
}