-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 915 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
32
33
34
{
"name": "codingblocks-v2",
"version": "1.0.0",
"description": "Complete redesign of Coding Blocks landing website.",
"main": "index.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-blocks/codingblocks.com-v2.git"
},
"author": "Bipin Kalra",
"license": "ISC",
"bugs": {
"url": "https://github.com/coding-blocks/codingblocks.com-v2/issues"
},
"homepage": "https://github.com/coding-blocks/codingblocks.com-v2#readme",
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"date-fns": "^2.18.0",
"deserialize-json-api": "^1.4.0",
"nuxt": "^2.14.6",
"qs": "^6.9.6",
"vue-form-generator": "^2.3.4"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}