forked from thirdman/infinft-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.32 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.32 KB
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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "infinft-flow",
"description": "InfiNFT is a token minting platform that allows users to create their own NFTs with fully on-chain metadata. ",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
},
"scripts": {
"dev": "nuxt --port 3333",
"build": "nuxt build",
"start": "nuxt start --port 3335",
"dev:wallet": "set PK=bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76 && fcl-wallet",
"dev:emulator": "flow emulator start --init --verbose --service-priv-key bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76 --service-sig-algo ECDSA_P256 --service-hash-algo SHA3_256"
},
"dependencies": {
"@nuxt/content": "^1.5.0",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/now-builder": "^0.17.3",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"arweave": "^1.10.0",
"core-js": "^3.6.5",
"vee-validate": "^3.3.9",
"vue": "^2.6.12",
"vue-js-modal": "^2.0.0-rc.6",
"vue-router": "^3.2.0",
"vuetify": "^2.2.11"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@onflow/dev-wallet": "0.0.10",
"@onflow/fcl": "0.0.56",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-service": "~4.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-vue": "^7.0.0-beta.3",
"ethers": "^5.0.12",
"filepond": "^4.20.1",
"node-sass": "^4.14.1",
"nuxt": "^2.14.0",
"opensea-js": "^1.1.8",
"prettier": "^2.0.5",
"sass": "^1.19.0",
"sass-loader": "^9.0.3",
"three-voxel-loader": "^1.2.2",
"vue-3d-model": "^1.3.1",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-cropperjs": "^4.1.0",
"vue-filepond": "^6.0.3",
"vue-signature-pad": "^2.0.2",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.3.0",
"vuex": "^3.5.1",
"vuex-map-fields": "^1.4.0",
"vuex-persistedstate": "^3.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}