-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
{
"name": "dtp-leftovers",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@headlessui/vue": "^1.7.2",
"@heroicons/vue": "^2.0.11",
"@metaplex-foundation/js": "^0.17.2",
"@netlify/functions": "^1.3.0",
"@solana/web3.js": "^1.66.2",
"@types/node": "^14.18.32",
"autoprefixer": "^10",
"bs58": "^5.0.0",
"canvas-confetti": "^1.5.1",
"core-js": "^3.8.3",
"elevator.js": "^1.0.1",
"firebase": "^9.10.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8",
"tailwindcss": "^3",
"v-lazy-image": "^2.1.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/canvas-confetti": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"typescript": "^4.8.4",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}