UNPKG

708 BJSONView Raw
1{
2 "name": "@shopify/slate-cssvar-loader",
3 "version": "1.0.0-beta.1",
4 "description": "Finds CSS custom properties (variables) in your stylesheets and replaces them with their corresponding liquid variable",
5 "main": "index.js",
6 "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-cssvar-loader",
7 "author": "Shopify Inc.",
8 "license": "MIT",
9 "bugs": {
10 "url": "https://github.com/Shopify/slate/issues"
11 },
12 "homepage": "https://github.com/Shopify/slate#readme",
13 "dependencies": {
14 "@shopify/slate-config": "^1.0.0-beta.1",
15 "loader-utils": "^1.1.0"
16 },
17 "devDependencies": {
18 "css-loader": "^0.28.8",
19 "memory-fs": "^0.4.1",
20 "webpack": "^3.8.1"
21 }
22}