-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
53
54
55
56
57
58
59
60
{
"name": "vue-cli-plugin-sass-resources",
"version": "1.0.2",
"description": "vue-cli plugin for sass-resources-loader",
"keywords": [
"sass",
"sass-resources",
"vue",
"vue cli",
"vue cli plugin"
],
"homepage": "https://github.com/ExtensionEngine/vue-cli-plugin-sass-resources#readme",
"bugs": {
"url": "https://github.com/ExtensionEngine/vue-cli-plugin-sass-resources/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtensionEngine/vue-cli-plugin-sass-resources.git"
},
"license": "MIT",
"author": {
"name": "Extension Engine",
"email": "[email protected]",
"url": "https://extensionengine.com"
},
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"release": "npx np",
"pretest": "node ./tests/create-project sass-resources-test-project",
"test": "jest"
},
"dependencies": {
"sass-resources-loader": "^2.0.1"
},
"devDependencies": {
"@extensionengine/eslint-config": "^1.1.0",
"@vue/cli": "^4.1.2",
"babel-eslint": "^10.0.3",
"dargs": "^7.0.0",
"dedent": "^0.7.0",
"eslint": "^6.8.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.1",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"jest": "^24.9.0",
"resolve-from": "^5.0.0"
}
}