-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "@cssanalyzer/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build"
},
"private": true,
"devDependencies": {
"@nuxt/devtools": "1.0.0",
"@nuxt/kit": "3.8.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/vite": "16.10.0",
"@nx/workspace": "16.10.0",
"@nxext/core": "^16.7.0",
"@nxext/nuxt": "^16.7.0-alpha1",
"@nxext/vue": "^16.7.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-vue": "^9.14.1",
"nuxt": "3.8.0",
"nx": "16.10.0",
"prettier": "^2.6.2",
"typescript": "~5.1.3",
"vue-tsc": "^1.8.8",
"@monodon/rust": "1.2.0"
},
"dependencies": {
"vue": "^3.3.4"
}
}