-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "vue-cli-plugin-coffee",
"version": "1.0.2",
"description": "CoffeeScript2 support for your @vue/cli project",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/artelydev/vue-cli-plugin-coffee.git"
},
"keywords": [
"CoffeeScript2",
"\"vue-cli\"",
"\"vue\"",
"\"vuejs\"",
"CoffeeScript",
"coffee"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/artelydev/vue-cli-plugin-coffee/issues"
},
"homepage": "https://github.com/artelydev/vue-cli-plugin-coffee#readme",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"prettier": "2.7.1"
},
"dependencies": {
"@babel/core": "^7.9.6",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"coffee-loader": "^1.0.0",
"thread-loader": "^3.0.0"
},
"peerDependencies": {
"@vue/cli-service": "^4.3.1",
"coffeescript": ">= 2.0.0"
}
}