-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
45
46
47
48
49
50
51
52
53
54
{
"name": "nextjs-demo",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/composition-api": "^0.33.1",
"@pinia/nuxt": "0.2.1",
"@vue/composition-api": "^1.7.1",
"axios": "^1.4.0",
"cookieparser": "^0.1.0",
"core-js": "^3.25.3",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nativescript-vue": "^2.9.3",
"nuxt": "^2.15.8",
"nuxt-areas": "^0.9.2",
"pinia": "^2.1.3",
"vue": "^2.7.10",
"vue-chartjs": "^5.2.0",
"vue-query": "^1.26.0",
"vue-server-renderer": "^2.7.10",
"vue-smooth-dnd": "^0.8.1",
"vue-template-compiler": "^2.7.10",
"vue-toastification": "latest",
"vuex": "^4.1.0",
"vuex-module-decorators": "^2.0.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@nuxt/types": "^2.16.3",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/tailwindcss": "^5.3.3",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.1.2",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"postcss": "^8.4.17",
"sass": "^1.62.1",
"sass-loader": "10",
"ts-jest": "^29.0.3",
"typescript": "4",
"vue-jest": "^3.0.4"
}
}