forked from driebit/kenniscloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 734 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 734 Bytes
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": "kenniscloud",
"version": "1.0.0",
"description": "Knowledge sharing platform",
"main": "base.tpl",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "/"
},
"author": "Driebit",
"license": "Apache-2.0",
"dependencies": {
"@go-task/cli": "^3",
"autoprefixer": "^10.4.21",
"breakpoint-sass": "^3.0.0",
"elm": "^0.19.1-6",
"elm-analyse": "^0.16.5",
"elm-format": "^0.8.8",
"elm-test": "^0.19.1-revision15",
"normalize.css": "^8.0.1",
"sass": "^1.86.3"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1"
}
}