This repository was archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2 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
{
"name": "neu-todo",
"version": "0.1.2",
"scripts": {
"dev": "vue-cli-service serve --host localhost --port 8090",
"build": "vue-cli-service build && npx cap sync",
"build-github": "NODE_ENV=github vue-cli-service build",
"build-desktop": "npx @neutralinojs/neu build",
"open-desktop": "npx @neutralinojs/neu run",
"open-android": "npx cap open android",
"open-ios": "npx cap open ios",
"update": "npx @neutralinojs/neu update"
},
"dependencies": {
"@capacitor/android": "^3.4.3",
"@capacitor/core": "^3.4.3",
"@capacitor/ios": "^3.4.3",
"axios": "^0.25.0",
"core-js": "3.6.5",
"fuzzy-search": "^3.2.1",
"moment": "^2.29.1",
"nanoid": "^3.2.0",
"register-service-worker": "^1.7.1",
"vue": "2.6.11",
"vue-router": "3.3.4",
"vue-screen": "^1.5.6",
"vue-slicksort": "^1.2.0",
"vue-swipe-actions": "^2.0.0-beta.20",
"vue2-touch-events": "^3.2.2",
"vuetify": "^2.6.2",
"vuex": "3.5.1",
"vuex-class-modules": "^1.3.0"
},
"devDependencies": {
"@capacitor/cli": "^3.4.3",
"@neutralinojs/neu": "^9.1.1",
"@types/fuzzy-search": "^2.1.2",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "4.4.6",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "4.4.6",
"@vue/cli-plugin-typescript": "4.4.6",
"@vue/cli-plugin-vuex": "4.4.6",
"@vue/cli-service": "4.4.6",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "5.0.2",
"@vue/preload-webpack-plugin": "1.1.1",
"eslint": "6.8.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-vue": "6.2.2",
"moment-locales-webpack-plugin": "1.2.0",
"node-sass": "4.14.1",
"prettier": "2.0.5",
"sass-loader": "8.0.2",
"typescript": "3.9.6",
"vue-class-component": "7.2.3",
"vue-property-decorator": "8.5.0",
"vue-template-compiler": "2.6.11"
},
"license": "GPL-3.0"
}