-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "saleina-cms",
"version": "0.32.1",
"author": {
"name": "Zelalem Mekonen",
"email": "[email protected]"
},
"description": "Static site CMS with git as a backend",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"files": [
"dist/saleina-cms.min.js"
],
"dependencies": {
"flatpickr": "^4.5.1",
"gray-matter": "^4.0.1",
"mustache": "^2.3.2",
"pell": "^1.0.4",
"showdown": "^1.8.6",
"slugify": "^1.3.1",
"toml-js": "0.0.8",
"turndown": "^4.0.2",
"validate.js": "^0.12.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vue-toasted": "^1.1.24",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"nib": "^1.1.2",
"stylus": "^0.54.5",
"vue-svg-loader": "^0.5.0",
"vue-template-compiler": "^2.5.17"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}