-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "nouns.love.web",
"version": "1.0.0",
"license": "GPL-3",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "prettier --write 'src/**/*.{js,ts,vue}'"
},
"dependencies": {
"@vueuse/head": "^0.7.6",
"agent-base": "^6.0.2",
"core-js": "^3.21.0",
"ethers": "^5.6.6",
"firebase": "^9.6.11",
"particles.vue3": "^2.0.6",
"tsparticles-preset-confetti": "^2.0.6",
"tsparticles-preset-fireworks": "^2.0.6",
"tsparticles-preset-fountain": "^2.0.6",
"tsparticles-preset-sea-anemone": "^2.0.6",
"vue": "^3.2.33",
"vue-i18n": "9.1.9",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"web3": "^1.7.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.2.33",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3"
}
}