-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
80 lines (80 loc) · 2.75 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
{
"name": "pagekit",
"scripts": {
"install": "yarn compile-js --mode=production --display=minimal && gulp",
"compile-js": "webpack --progress --hide-modules",
"watch-js": "webpack --progress --hide-modules --watch --display-error-details",
"compile-less": "gulp compile",
"watch-less": "gulp watch",
"watch-all": "npm-run-all --parallel watch-js watch-less",
"assets": "gulp assets",
"cldr": "gulp cldr",
"gulp": "gulp",
"lint": "eslint . --ext .js,.vue",
"lint-watch": "esw . --ext .js,.vue --clear --watch --changed --color",
"preinstall": "node ./app/scripts/checkYarn.js"
},
"dependencies": {
"Codemirror": "github:uatrend/codemirror#master",
"JSONStorage": "github:uatrend/JSONStorage#master",
"blueimp-md5": "~2.18.0",
"chokidar": "^3.4.2",
"flatpickr": "~4.6.6",
"ismobilejs": "~1.1.1",
"lodash": "^4.17.20",
"marked": "^1.2.0",
"tinymce": "~5.5.1",
"uikit": "~3.5.8",
"vee-validate": "~3.3.11",
"vue": "~2.6.12",
"vue-event-manager": "~2.1.3",
"vue-intl": "github:uatrend/vue-intl#master",
"vue-nestable": "~2.6.0",
"vue-resource": "~1.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cldr-core": "^36.0.0",
"cldr-localenames-modern": "^36.0.0",
"css-loader": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0",
"eslint-watch": "^7.0.0",
"eslint-webpack-plugin": "^2.1.0",
"file-loader": "^6.1.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"html-loader": "^1.3.2",
"json-loader": "^0.5.7",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"merge-stream": "^2.0.0",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"style-loader": "^1.3.0",
"vue-eslint-parser": "^7.1.1",
"vue-hot-reload-api": "~2.3.4",
"vue-loader": "~15.9.3",
"vue-style-loader": "~4.1.2",
"vue-template-compiler": "~2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"resolutions": {
"chokidar": "^3.4.2",
"source-map-resolve": "^0.6.0"
}
}