-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "kiramishima.github.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"animejs": "^3.2.1",
"core-js": "^3.12.1",
"daisyui": "^0.27.2",
"nuxt": "^2.15.6",
"nuxt-property-decorator": "^2.9.1"
},
"devDependencies": {
"@mojs/core": "^1.1.0",
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/tailwindcss": "^4.1.2",
"@tailwindcss/jit": "^0.1.18",
"@types/animejs": "^3.1.3",
"@vue/test-utils": "^1.2.0",
"autoprefixer": "^10.2.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"nes.css": "^2.3.0",
"postcss": "^8.2.15",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"vue-jest": "^3.0.7"
}
}