-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "tillhub-design-system",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd contents && vuepress dev",
"build": "cd contents && vuepress build",
"deploy": "firebase deploy --only=hosting --token \"$FIREBASE_TOKEN\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tillhub/tillhub-design-system.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tillhub/tillhub-design-system/issues"
},
"homepage": "https://github.com/tillhub/tillhub-design-system#readme",
"dependencies": {
"ajv": "^6.5.5",
"axios": "^0.18.0",
"brace": "^0.11.1",
"inline-jsonschema-validator": "^1.3.0",
"vue2-ace-editor": "0.0.11",
"vuepress": "^0.14.4"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/eslint-config-standard": "^3.0.4",
"@vuepress/plugin-register-components": "^1.0.0-alpha.0",
"eslint": "^5.9.0",
"firebase-tools": "^6.1.1",
"node": "^10.15.2"
}
}