-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 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
{
"name": "nuxt-c3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate",
"start": "nuxt-ts start",
"lint": "eslint --ext .ts,.js,.vue .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swordroot/nuxt-c3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Swordroot/nuxt-c3/issues"
},
"homepage": "https://github.com/Swordroot/nuxt-c3#readme",
"dependencies": {
"@nuxt/typescript-runtime": "^0.2.1",
"c3": "^0.7.11",
"d3": "^5.12.0",
"nuxt": "^2.10.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.3.1",
"@nuxtjs/eslint-config-typescript": "^0.1.3",
"@types/c3": "^0.7.4",
"@types/d3": "^5.7.2",
"eslint": "^6.5.1"
}
}