-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.42 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
44
{
"name": "smithy-frontend",
"version": "2.0.0",
"description": "Smithy SAAS UI",
"scripts": {
"dev": "nuxt dev -p 5002",
"dev-with-mock": "NUXT_PUBLIC_MOCKING=true nuxt dev -p 5002",
"build": "nuxt build",
"build-with-mock": "NUXT_PUBLIC_MOCKING=true nuxt build",
"start": "npx serve .output/public",
"format": "npx prettier --write .",
"analyze": "nuxt analyze",
"lint": "npx eslint . && prettier --check . && nuxi typecheck",
"generate": "nuxt build --prerender",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"cypress:open": "cypress open"
},
"dependencies": {
"@pinia/nuxt": "^0.8.0",
"lodash.clonedeep": "^4.5.0",
"lucide-vue-next": "^0.462.0",
"nuxt": "^3.14.1592",
"pinia": "^2.2.8",
"radix-vue": "^1.9.10",
"uuid": "^11.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/uuid": "^10.0.0",
"cypress": "^13.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-vue": "^9.31.0",
"miragejs": "^0.2.0-alpha.3",
"prettier": "3.4.1",
"sass": "^1.81.0",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2"
}
}