-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 Bytes
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
{
"name": "component-variables-example",
"version": "1.0.0",
"description": "Example project for generating a stylesheet using Cedar tokens and component-variables",
"main": "build.js",
"dependencies": {
"@rei/cdr-component-variables": "^7.0.0",
"@rei/cdr-tokens": "^9.0.0",
"autoprefixer": "^10.2.6",
"chalk": "^4.1.1",
"fs-extra": "^10.0.0",
"node-sass": "^6.0.1",
"node-sass-package-importer": "^5.3.2",
"postcss": "^8.3.5",
"postcss-calc": "^8.0.0",
"postcss-load-config": "^3.1.0",
"postcss-pxtorem": "^6.0.0",
"postcss-scss": "^4.0.0"
},
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://git.rei.com/scm/~cowills/component-variables-example.git"
},
"author": "",
"license": "MIT"
}