-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 731 Bytes
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
{
"name": "nextbus-website",
"version": "1.0.0",
"description": "NextBus SG promotion website",
"author": "themindstorm",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@vue/component-compiler-utils": "^3.1.1",
"frontmatter-markdown-loader": "^3.2.1",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"nuxt": "^2.0.0",
"vue-template-compiler": "^2.6.11",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.0.0",
"node-sass": "^4.13.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2"
}
}