-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
{
"private": true,
"name": "falling-letters",
"version": "0.3.0",
"scripts": {
"build": "nuxt build",
"dev": "SET NODE_ENV=development&& nuxt dev --port 3001 --dotenv .env.dev",
"prod": "SET NODE_ENV=production&& nuxt dev --port 3001 --dotenv .env",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"parse": "npx prettier --write ."
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "3.2.3",
"nuxt-icon": "^0.3.2",
"prettier": "^2.8.3",
"typescript": "*"
},
"dependencies": {
"@mdi/font": "^7.1.96",
"@pinia/nuxt": "^0.4.6",
"axios": "^1.2.3",
"gsap": "^3.11.4",
"pinia": "^2.0.29",
"sass": "^1.57.1",
"vue": "^3.2.45",
"vue-final-modal": "^4.0.9"
}
}