-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "chess-enabled",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@alan-ai/alan-sdk-web": "^1.8.26",
"@nuxtjs/auth-next": "5.0.0-1620773067.c356fed",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.9.1",
"nuxt": "^2.15.3",
"phoenix": "^1.5.9",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nuxt/types": "~2.15.0",
"@nuxtjs/tailwindcss": "^4.1.2",
"@tailwindcss/postcss7-compat": "^2.1.2",
"autoprefixer": "^9",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"postcss": "^7",
"prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}