-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "art-by-city",
"version": "1.0.0",
"description": "Art By City",
"author": "Jim Toth <jim@meme.coach>",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-debug": "node --inspect node_modules/.bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"deploy:staging": "gcloud app deploy app.staging.yaml --project art-by-city-staging-299519",
"deploy:production": "gcloud app deploy app.production.yaml --project clean-linker-273919"
},
"dependencies": {
"@artbycity/node": "^2.0.7",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/auth-next": "5.0.0-1643791578.532b3d6",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/vuetify": "^1.12.3",
"@types/async": "^3.2.7",
"@types/crypto-js": "^4.0.2",
"@types/lodash": "^4.14.155",
"@types/memoizee": "^0.4.8",
"@types/mime-types": "^2.1.1",
"@types/prettier": "^2.3.2",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.3",
"@types/sharp": "^0.29.5",
"arbundles": "^0.6.19",
"arconnect": "^0.2.9",
"ardb": "^1.1.10",
"arweave": "^1.11.4",
"async": "^3.2.1",
"cropperjs": "^1.5.9",
"crypto-js": "^4.1.1",
"dotenv": "^8.2.0",
"fuse.js": "^6.4.0",
"ignore-not-found-export-webpack-plugin": "^1.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.15",
"memoizee": "^0.4.15",
"mime-types": "^2.1.35",
"moment": "^2.27.0",
"nuxt": "^2.15.8",
"nuxt-property-decorator": "^2.7.2",
"nuxt-typed-vuex": "^0.2.0",
"playcanvas": "^1.55.0",
"reflect-metadata": "^0.1.13",
"sass-loader": "^10.1.1",
"sharp": "^0.30.1",
"typescript": "^4.4.3",
"vee-validate": "^3.3.0",
"vuedraggable": "^2.24.1",
"warp-contracts": "^1.2.4"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}