forked from aptos-casino/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 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
{
"name": "dice4",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "cross-env && vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^2.0.8",
"@mysten/bcs": "^0.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/numeral": "^2.0.2",
"@types/react-dom": "^18.0.2",
"@types/react-router-dom": "^5.3.3",
"aptos": "1.3.10",
"axios": "^0.27.2",
"babel-preset-es2015": "^6.24.1",
"buffer": "^6.0.3",
"constate": "^3.3.2",
"core-js": "^3.8.3",
"cross-env": "^7.0.3",
"date-fns": "^2.12.0",
"dotenv": "^16.0.1",
"element-ui": "^2.4.6",
"framer-motion": "^6",
"js-sha3": "^0.8.0",
"lodash": "^4.17.21",
"node-notifier": "^10.0.1",
"normalize.css": "^8.0.0",
"numeral": "^2.0.6",
"qs": "^6.9.4",
"stream": "^0.0.2",
"ua-parser-js": "^0.7.21",
"util": "^0.12.3",
"vue": "^2.6.14",
"vue-router": "^3.1.6",
"vuex": "^3.3.0",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}