-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 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
{
"name": "memoir-theme",
"version": "1.0.0",
"description": "[](http://shields.io/) [](https://go.dev/) [](http://commonmark.org) [](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tthseus/memoir-theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tthseus/memoir-theme/issues"
},
"homepage": "https://github.com/tthseus/memoir-theme#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.2.7"
}
}