-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 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
{
"name": "anki-connect-sentence",
"version": "1.0.0",
"private": true,
"homepage": "https://tchin25.github.io/text-to-anki/",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"generate": "nuxt build && nuxt export",
"build:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt build && cross-env DEPLOY_ENV=GH_PAGES nuxt export",
"deploy": "gh-pages -d dist -t"
},
"dependencies": {
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/bulma": "^1.2.7",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"gh-pages": "^3.1.0",
"node-sass": "^4.14.1",
"nuxt": "^2.13.0",
"sass-loader": "^9.0.2",
"vue-material-design-icons": "^4.7.1"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}