forked from dontpanicdao/dontpanicdao.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "stark-utils",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "yarn prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@vueform/multiselect": "^2.6.8",
"@vueform/toggle": "^2.0.1",
"bn.js": "^5.2.0",
"bootstrap": "4.6.0",
"core-js": "^3.27.1",
"starknet": "^6.10.2",
"starknetkit": "^1.1.9",
"vue": "^3.2.36",
"vue-router": "4.0.1",
"vuex": "^4.0.2",
"web3": "^1.8.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.39",
"@vue/eslint-config-prettier": "6.0.0",
"babel-eslint": "10.1.0",
"babel-plugin-component": "1.1.1",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.4.1",
"mocha": "^9.1.3",
"prettier": "2.2.1",
"sass": "1.43.3",
"sass-loader": "10.1.1"
}
}