-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@desinax/theme",
"version": "0.9.0",
"description": "Base for desinax themes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desinax/theme.git"
},
"keywords": [
"anax",
"theme",
"css",
"less",
"sass",
"style"
],
"author": "Mikael Roos",
"license": "MIT",
"bugs": {
"url": "https://github.com/desinax/theme/issues"
},
"homepage": "https://github.com/desinax/theme#readme",
"dependencies": {
"@desinax/figure": "^1.0.10",
"@desinax/general": "^1.0.2",
"@desinax/link": "^1.0.1",
"@desinax/mixin": "^1.0.1",
"@desinax/responsive-menu": "^1.1.5",
"@desinax/typographic-grid": "^1.0.4",
"@desinax/vertical-grid": "^1.0.6",
"@fortawesome/fontawesome-free": "^5.4.2",
"normalize.css": "^8.0.0"
},
"devDependencies": {
"@desinax/css-styleguide": "^1.0.2",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.11.1",
"javascript-style-guide": "^0.9.10",
"jsonlint": "^1.6.3",
"less": "^3.8.1",
"less-plugin-clean-css": "^1.5.1",
"stylelint": "^9.6.0"
}
}