-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "chakra-loader",
"version": "1.0.3",
"description": "Official webpack loader for @chakra-ui/vue",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/chakra-ui/chakra-loader.git"
},
"author": "Jonathan Bakebwa <[email protected]>",
"license": "MIT",
"files": ["lib"],
"scripts": {
"test": "echo \"TODO: testing chakra-loader\"",
"lint": "eslint --ext .js . --fix"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@chakra-ui/vue": "^0.6.0",
"@changesets/cli": "^2.9.2",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"cross-env": "^7.0.2",
"emotion": "^10.0.27",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.0"
},
"keywords": [
"chakra-ui",
"webpack",
"loader",
"vue",
"autoloader"
],
"dependencies": {
"loader-utils": "^2.0.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.upperfirst": "^4.3.1",
"module": "^1.2.5"
}
}