forked from akollegger/discourse-theme-neo4j
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 961 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
{
"name": "discourse-theme-neo4j-2021",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tailwind:dev": "postcss tailwind/global.scss -o assets/tailwind.css",
"tailwind:prod": "NODE_ENV=production postcss tailwind/global.scss -o assets/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akollegger/discourse-theme-neo4j.git"
},
"keywords": [],
"author": "Andreas Kollegger",
"license": "MIT",
"bugs": {
"url": "https://github.com/akollegger/discourse-theme-neo4j/issues"
},
"homepage": "https://github.com/akollegger/discourse-theme-neo4j#readme",
"dependencies": {
"autoprefixer": "^10.4.13",
"highlightjs-cypher": "^1.1.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"posthtml-include": "^1.7.4"
}
}