-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "postcss-shopify-settings-variables",
"version": "0.3.1",
"description": "PostCSS plugin for setting variable in shopify css file.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"shopify",
"liquid"
],
"author": "xingkui wang <[email protected]>",
"license": "MIT",
"repository": "bit3725/postcss-shopify-settings-variables",
"bugs": {
"url": "https://github.com/bit3725/postcss-shopify-settings-variables/issues"
},
"homepage": "https://github.com/bit3725/postcss-shopify-settings-variables",
"dependencies": {
"postcss": "^8.2.10"
},
"devDependencies": {
"@logux/eslint-config": "^33.0.0",
"chai": "^3.0.0",
"eslint": "^6.5.1",
"eslint-config-postcss": "^3.0.7",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-es5": "^1.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^12.1.0",
"jest": "^24.9.0",
"node-notifier": ">=8.0.1",
"prettier": "2.0.5"
},
"engines": {
"node": ">=10.0.0"
},
"jest": {
"testEnvironment": "node"
},
"scripts": {
"test": "jest && eslint ."
}
}