projects
/
cacert-boardvoting.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement CSRF protection
[cacert-boardvoting.git]
/
semantic.json
1
{
2
"base": "semantic/",
3
"paths": {
4
"source": {
5
"config": "src/theme.config",
6
"definitions": "src/definitions/",
7
"site": "src/site/",
8
"themes": "src/themes/"
9
},
10
"output": {
11
"packaged": "../static/",
12
"uncompressed": "dist/components/",
13
"compressed": "dist/components/",
14
"themes": "../static/themes/"
15
},
16
"clean": "dist/"
17
},
18
"permission": false,
19
"autoInstall": false,
20
"rtl": false,
21
"components": [
22
"reset",
23
"site",
24
"button",
25
"container",
26
"divider",
27
"header",
28
"icon",
29
"input",
30
"label",
31
"list",
32
"segment",
33
"form",
34
"grid",
35
"menu",
36
"message",
37
"table",
38
"item",
39
"checkbox",
40
"dropdown",
41
"embed",
42
"shape",
43
"sticky",
44
"api",
45
"form",
46
"state",
47
"visibility"
48
],
49
"version": "2.2.10"
50
}