-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 935 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
{
"name": "vue-template",
"version": "1.0.0",
"description": "A template which shows how a Vue website can be built without the need for Babel or WebPack",
"author": "Benjamin Pannell <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SierraSoftworks/vue-template.git"
},
"license": "MIT",
"scripts": {
"start": "node dev.js",
"build": "tsc"
},
"devDependencies": {
"@types/highlight.js": "^10.1.0",
"@types/markdown-it": "^14.1.2",
"@types/punycode": "^2.1.4",
"@types/requirejs": "^2.1.37",
"browser-sync": "^3.0.3",
"connect-history-api-fallback": "^2.0.0",
"typescript": "^5.7.3",
"dayjs": "^1.11.13",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"dependencies": {}
}