-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.04 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.04 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
60
61
62
63
64
65
{
"name": "ionic-net-mesh-simulator",
"version": "0.0.1",
"private": true,
"description": "An Ionic project",
"scripts": {
"vue": "vue-cli-service",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report --dest dist/www",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@bfchain/util": "^0.0.1-alpha.4",
"@capacitor/app": "1.0.2",
"@capacitor/core": "3.1.1",
"@capacitor/haptics": "1.0.2",
"@capacitor/keyboard": "1.0.2",
"@capacitor/status-bar": "1.0.2",
"@ionic/vue": "^5.4.0",
"@ionic/vue-router": "^5.4.0",
"@pixi/filter-outline": "^4.1.3",
"@pixi/filter-shockwave": "^4.1.3",
"@pixi/layers": "^1.0.6",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@types/color-string": "^1.5.0",
"autoprefixer": "^9",
"color-convert": "^2.0.1",
"color-string": "^1.6.0",
"core-js": "^3.6.5",
"pixi.js": "^6.0.4",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue": "^3.0.0-0",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@capacitor/cli": "3.1.1",
"@types/color-convert": "^2.0.0",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0-0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^10.3.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.4",
"typescript": "~3.9.3",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-jest": "^5.0.0-0"
}
}