-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "mdw-frontend",
"version": "0.7.2",
"description": "Explorer",
"author": "Aeternity",
"repository": {
"type": "git",
"url": "https://github.com/aeternity/mdw-frontend"
},
"license": "ISC",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@aeternity/aepp-calldata": "^1.1.0",
"@aeternity/aepp-components-3": "3.0.0-alpha.9",
"@aeternity/aepp-sdk": "^7.7.0",
"@download/blockies": "1.0.3",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/svg-sprite": "0.5.2",
"bignumber.js": "9.0.1",
"camelcase-keys-deep": "0.1.0",
"clipboard-copy": "4.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.39",
"nuxt": "2.15.8",
"vue": "2.7.14",
"vue-multiselect": "2.1.6"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/style-resources": "^1.2.1",
"@vue/eslint-config-standard": "4.0.0",
"acorn": "^8.8.1",
"babel-eslint": "10.0.3",
"eslint": "7.20.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.6.0",
"eslint-webpack-plugin": "2.5.2",
"normalize-scss": "7.0.1",
"prettier": "2.2.1",
"sass": "^1.22.10",
"sass-loader": "10.1.1"
}
}