This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
forked from beaugunderson/olympus-frontend
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
{
"name": "olympus",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.2",
"@primer/css": "^14.3.0",
"@vue/ui": "^0.11.6",
"black-scholes": "^1.1.0",
"bootstrap": "^5.0.0-beta3",
"core-js": "^3.6.4",
"ethers": "^4.0.47",
"lodash": "^4.17.15",
"primer-support": "^5.0.0",
"volatility": "^0.2.1",
"vue": "^2.6.11",
"vue-cli": "^2.9.6",
"vue-i18n": "^8.17.7",
"vue-router": "^3.1.6",
"vue2-flip-countdown": "0.11.1",
"vuejs-toggle-switch": "^1.3.2",
"vuex": "^3.1.3",
"web3": "^1.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/cli-plugin-router": "^4.3.0",
"@vue/cli-plugin-typescript": "^4.3.0",
"@vue/cli-plugin-vuex": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "4.14",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"typescript": "~3.8.3",
"vue-particles": "^1.0.9",
"vue-template-compiler": "^2.6.11"
}
}