This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"private": true,
"name": "aepp-playground",
"version": "0.1.0",
"author": "Sadi Qevani <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@aeternity/aepp-components-3": "^3.0.0-alpha.9",
"@aeternity/aepp-sdk": "6.1.2",
"axios": "^0.19.0",
"monaco-editor": "^0.18.1",
"normalize.css": "^8.0.1",
"vue": "^2.6.10",
"vue-router": "^3.0.7",
"vue-wait": "^1.4.6",
"vuebar": "0.0.20",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4",
"xterm": "^3.14.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"cors": "^2.8.5",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.2.3",
"esm": "^3.2.25",
"express": "^4.17.1",
"monaco-editor-webpack-plugin": "^1.7.0",
"node-sass": "^4.12.0",
"postcss-import": "^12.0.1",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^0.7.4",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"semi": [
2,
"never"
],
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}