-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 1.2 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
{
"name": "@wealthbar/peak-style",
"version": "4.0.2",
"description": "Base and Pattern styles for Peak Design System",
"contributors": ["Andrew Pengelly", "Sharifa Samuels", "Travis Rempel", "James Payne"],
"license": "MIT",
"main": "scss/index.scss",
"scripts": {
"wealthbar-base": "sass --style compressed src/wealthbar-base.scss:css/wealthbar-base.css",
"assante-base": "sass --style compressed src/assante-base.scss:css/assante-base.css",
"ppi-base": "sass --style compressed src/ppi-base.scss:css/ppi-base.css",
"base": "yarn run wealthbar-base && yarn run assante-base && yarn run ppi-base",
"wealthbar-patterns": "sass --style compressed src/wealthbar-patterns.scss:css/wealthbar-patterns.css",
"assante-patterns": "sass --style compressed src/assante-patterns.scss:css/assante-patterns.css",
"ppi-patterns": "sass --style compressed src/ppi-patterns.scss:css/ppi-patterns.css",
"patterns": "yarn run wealthbar-patterns && yarn run assante-patterns && yarn run ppi-patterns",
"css": "yarn run base && yarn run patterns"
},
"repository": {
"type": "git",
"url": "git@github.com:WealthBar/peak-style.git"
},
"devDependencies": {
"sass": "^1.29.0"
}
}