-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "aepp-base-home-page",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "NODE_ENV=production vue-cli-service lint --no-fix",
"test": "npm run lint"
},
"dependencies": {
"aepp-base": "github:aeternity/aepp-base#3d10470f215f9cadb9e4d3bf90e8986821c8f042",
"core-js": "^3.35.0",
"focus-visible": "^5.2.0",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"svg-url-loader": "^8.0.0",
"svgo": "^3.2.0",
"svgo-loader": "^4.0.0",
"vue-template-compiler": "^2.7.16"
}
}