-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.09 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
39
{
"name": "site",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/inexorgame/site.svg?branch=master)](https://travis-ci.org/inexorgame/site) > The inexor-website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vuepress build content",
"dev": "vuepress dev content"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inexorgame/site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/inexorgame/site/issues"
},
"homepage": "https://github.com/inexorgame/site#readme",
"devDependencies": {
"isomorphic-fetch": "^2.2.1",
"markdown-it-decorate": "^1.2.2",
"tailwindcss": "^1.2.0",
"vuepress": "^0.14.10"
},
"dependencies": {
"date-fns": "^1.29.0",
"glob": "^7.1.6",
"markdown-it-task-lists": "^2.1.1",
"postcss-custom-properties": "^9.1.1",
"ramda": "^0.27.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"tailwind-css-variables": "^2.0.3",
"vue-intersect": "^1.1.6"
}
}