-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "@rei/cdr-component-variables",
"version": "9.1.0",
"description": "Style variables exported from Cedar components",
"style": "dist/scss/index.scss",
"files": [
"dist"
],
"scripts": {
"build:docs-data": "node ./build/build-docs-data.js",
"build:less": "sass2less dist/scss/*.scss 'dist/less/{name}.less' && node ./build/build-less.js",
"prepublishOnly": "npm run build:less && npm run build:docs-data",
"prerelease": "npm-publish-prerelease"
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/rei/rei-cedar-component-variables.git"
},
"homepage": "https://rei.github.io/rei-cedar-component-variables/#/",
"author": "REI Software Engineering",
"license": "MIT",
"peerDependencies": {
"@rei/cdr-tokens": ">=12.0.0"
},
"devDependencies": {
"@rei/cedar-icons": "^2.5.1",
"@rei/cdr-tokens": "^12.0.0",
"@rei/cedar": "^12.0.0",
"fs-extra": "^9.1.0",
"less-plugin-sass2less": "^1.2.0",
"npm-publish-prerelease": "^1.0.2",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"postcss-inline-svg": "^5.0.0"
}
}