-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 837 Bytes
/
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
{
"name": "markdown-transform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run serve & npm run lint",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"node": "node backend/app"
},
"keywords": [],
"author": "BovineBoy",
"license": "ISC",
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.3",
"@vue/cli-service": "^4.0.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mavon-editor": "^2.7.6",
"request": "^2.88.0",
"vue": "^2.6.10"
}
}