-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 803 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 803 Bytes
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
{
"name": "journeysaveparser",
"private": true,
"version": "2.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"analyze": "nuxt analyze",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"generateFont": "fantasticon"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"curtainsjs": "^8.1.4",
"eslint": "^8.32.0",
"eslint-plugin-vue": "^9.8.0",
"fantasticon": "^1.2.3",
"nuxt": "^3.5.1",
"typescript": "^4.9.4",
"vue-curtains": "^1.0.2",
"vue-tsc": "^1.0.13"
}
}