-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
34 lines (34 loc) · 1 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
{
"name": "forest-templates",
"description": "Semantic-UI Forest Templates",
"version": "0.1.0",
"scripts": {
"capture": "node scripts/capture.js",
"format": "prettier --write {bootstrap,semantic-ui}/*/html/*.html {bootstrap,semantic-ui}/*/react/src/*.jsx {bootstrap,semantic-ui}/*/react/src/*.css",
"upgrade-react": "node scripts/upgrade-react.js",
"upgrade-html": "node scripts/upgrade-html.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-ui-forest/forest-templates.git"
},
"keywords": [
"Semantic-UI",
"Templaltes",
"Bootstrap",
"CSS"
],
"author": "PPType, Inc.",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/semantic-ui-forest/forest-templates/issues"
},
"homepage": "https://github.com/semantic-ui-forest/forest-templates#readme",
"devDependencies": {
"codesandbox": "^1.3.6",
"console-stamp": "^0.2.7",
"prettier": "^1.15.3",
"puppeteer": "^1.11.0",
"sharp": "^0.21.3"
}
}