-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.17 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
70
{
"name": "expangine-vue",
"version": "0.1.0",
"description": "A Vue component library for expangine, a visual development framework.",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:lib": "vue-cli-service build --target lib --name expangine --dest build ./src/index.ts",
"pages": "npm run build && npm run pages:copy",
"pages:copy": "node scripts/copy-pages.js"
},
"main": "build/expangine.umd.js",
"dependencies": {
"@types/diff-match-patch": "^1.0.32",
"@types/papaparse": "^5.0.1",
"core-js": "^2.6.5",
"diff": "^4.0.1",
"diff-match-patch": "^1.0.4",
"expangine-runtime": "git+https://github.com/expangine/expangine-runtime.git#master",
"expangine-runtime-live": "git+https://github.com/expangine/expangine-runtime-live.git#master",
"expangine-ui": "git+https://github.com/expangine/expangine-ui.git#master",
"expangine-ui-bulma": "git+https://github.com/expangine/expangine-ui-bulma.git#master",
"localforage": "^1.7.3",
"metaphone": "^1.0.5",
"papaparse": "^5.1.0",
"register-service-worker": "^1.6.2",
"scrute": "^0.1.1",
"vue": "^2.6.10",
"vue-markdown": "^2.2.4",
"vue-router": "^3.3.4",
"vue-timeago": "^5.1.2",
"vue-wysiwyg": "^1.7.2",
"vuedraggable": "^2.23.2",
"vuetify": "^2.3.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-pwa": "^4.0.5",
"@vue/cli-plugin-typescript": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-sass": "^4.9.0",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"typescript": "^3.9.7",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"authors": [
"Philip Diffenderfer <[email protected]>"
],
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://www.github.com/expangine/expangine-vue"
}
}