forked from area17/twill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.78 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
{
"name": "@area17/twill",
"version": "2.8.8",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
"serve": "vue-cli-service serve",
"watch": "vue-cli-service build --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint frontend",
"prod": "npm run build",
"clean-customs": "rm -rf frontend/js/components/blocks/customs/* && rm -rf frontend/js/components/customs/* && touch frontend/js/components/customs/.keep"
},
"dependencies": {
"axios": "^0.21.2",
"core-js": "^3.9.1",
"cropperjs": "1.5.6",
"date-fns": "1.29.0",
"fine-uploader": "^5.16.2",
"fine-uploader-wrappers": "^1.1.0",
"flatpickr": "4.3.2",
"lodash": "^4.17.21",
"quill": "1.3.7",
"smartcrop": "^2.0.3",
"tinycolor2": "1.4.1",
"tiptap": "^1.27.1",
"tiptap-extensions": "^1.29.1",
"truncate-utf8-bytes": "1.0.2",
"vue": "^2.6.12",
"vue-select": "2.5.1",
"vue-timeago": "^5.1.2",
"vuedraggable": "2.20.0",
"vuetrend": "^0.3.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^5.1.0",
"babel-eslint": "10.1.0",
"chokidar-cli": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"node-forge": "^1.3.1",
"svg-spritemap-webpack-plugin": "3.8.1",
"vue-template-compiler": "^2.6.12",
"webpack-assets-manifest": "^3.1.1",
"webpack-notifier": "^1.13.0"
}
}