-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1002 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 common/common.scss",
"tailwind:prod": "NODE_ENV=production postcss tailwind/global.scss -o common/common.scss"
},
"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": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"highlightjs-cypher": "^1.1.1",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.3.1",
"postcss-cli": "^7.1.2",
"posthtml-include": "^1.6.0"
}
}