forked from datCloud/ptah-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 3.99 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "storefront.protocol.one",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --host 127.0.0.1 --port 8080",
"serve:network": "vue-cli-service serve --host 0.0.0.0 --port 8000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"cjs": "gulp cjs",
"start-app:local": "cross-env NODE_ENV=local nodemon --watch './backend' -w ./*.js ./index.js"
},
"dependencies": {
"@baianat/base.framework": "^2.0.0-beta.0",
"@fortawesome/fontawesome-free": "^5.10.1",
"@sentry/node": "^5.6.1",
"authone-jwt-verifier-node": "github:ProtocolONE/authone-jwt-verifier-node#master",
"build-url": "^1.3.3",
"es6-promise": "^4.2.8",
"image-webpack-loader": "^5.0.0",
"ioredis": "^4.14.0",
"jquery": "^3.4.1",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-cache-control": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-req-logger": "^1.5.3",
"koa-router": "^7.4.0",
"koa-session2": "^2.2.10",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"mailchimp": "^1.2.1",
"node-fetch": "^2.6.0",
"pino": "^5.13.2",
"popper.js": "^1.15.0",
"qs": "^6.8.0",
"setimmediate": "^1.0.5",
"smoothscroll-polyfill": "^0.4.4",
"sortablejs": "^1.9.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser": "^4.1.4",
"tiptap": "^1.24.2",
"tiptap-extensions": "^1.26.2",
"url-join": "^4.0.1",
"v-click-outside": "^2.1.3",
"vue-circle-slider": "^1.0.2",
"vue-color": "^2.7.0",
"vue-draggable-resizable": "^2.0.0-rc1",
"vue-gtag": "^1.1.2",
"vue-i18n": "^8.14.0",
"vue-progressbar": "^0.7.5",
"vue-radial-progress": "^0.2.10",
"vue-range-slider": "^0.6.0",
"vue-scrollto": "^2.15.0",
"vue-slide-up-down": "^2.0.0",
"vue-update-message": "^1.0.7",
"vue2-datepicker": "^2.12.0",
"vuebar": "0.0.20",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0",
"yargs": "^13.3.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@kazupon/vue-i18n-loader": "^0.4.1",
"@vue/babel-preset-app": "^3.10.0",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cross-env": "^5.2.0",
"eslint-loader": "^2.2.1",
"file-loader": "^4.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-util": "^3.0.8",
"jsonminify": "^0.4.1",
"jszip": "^3.2.2",
"lint-staged": "^9.2.3",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"portfinder": "^1.0.23",
"recursive-readdir": "^2.2.2",
"resize-observer-polyfill": "^1.5.1",
"sass-loader": "^7.2.0",
"sass-resources-loader": "^2.0.1",
"save-as": "^0.1.8",
"style-loader": "^1.0.0",
"style-resources-loader": "^1.2.1",
"swiper": "^4.5.0",
"vue": "^2.6.10",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-outside-events": "^1.1.3",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.2",
"webpack-bundle-analyzer": "^3.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"description": "ProtocolOne site builder",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"eslintIgnore": [
"src/editor/**/*.js",
"src/cscripts/*.js",
"public/js/*.js",
"utils/*.js"
]
}