-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "cameracalc",
"version": "2.1.2",
"description": "Open Source Calculator for Filmmaking/Camera Department",
"author": "Reinaldy Rafli <reinaldyrfl@gmail.com> (https://reinaldyrafli.com/)",
"keywords": [
"film",
"camera",
"calculator",
"production"
],
"private": false,
"homepage": "https://cameracalc.reinaldyrafli.com/",
"repository": {
"type": "git",
"url": "https://github.com/aldy505/cameracalc.git"
},
"license": "GPL-3.0",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:check": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "yarn run lint:fix",
"commit": "cz"
},
"dependencies": {
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.13.1",
"nuxt": "2.15.6",
"nuxt-webfontloader": "^1.1.0"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-xo-space": "^0.27.0",
"eslint-plugin-vue": "^7.10.0",
"nuxt-windicss": "^0.8.3"
}
}