This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.48 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "saturn-theme",
"version": "0.16.1",
"private": true,
"description": "Saturn is a theme for the » Frontity framework",
"scripts": {
"test": "jest --watch --silent",
"test:debug": "node --inspect node_modules/.bin/jest --watch",
"test:ci": "jest --silent",
"cz": "git-cz",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/frontity/saturn-theme.git"
},
"keywords": [
"wordpress",
"saturn",
"theme",
"frontity",
"package"
],
"author": "eduardo@frontity.com, luis@frontity.com, david@frontity.com",
"license": "Apache-2.0",
"dependencies": {
"@frontity/h2r": "^1.3.6",
"@frontity/share": "^0.2.6",
"adler-32": "^1.2.0",
"color-js": "^1.0.4",
"fastdom": "^1.0.8",
"fecha": "^2.3.3",
"format-date": "^1.0.0",
"he": "^1.1.1",
"himalaya": "^1.1.0",
"intersection-observer": "^0.5.0",
"nprogress": "^0.2.0",
"rc-switch": "^1.8.0",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-disqus-comments": "^1.2.0",
"react-image-lightbox": "^4.6.0",
"react-motion": "^0.5.2",
"react-share": "^1.19.1",
"react-sortable-hoc": "^0.6.8",
"react-waypoint": "^7.3.4",
"reading-time": "^1.1.3",
"vanilla-lazyload": "^10.17.0"
},
"devDependencies": {
"@frontity/lazyload": "^1.0.12",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@semantic-release/github": "^5.2.0",
"@semantic-release/npm": "^5.0.5",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.0.0-rc.14",
"jest": "^23.6.0",
"lodash": "^4.17.11",
"mobx": "^4.5.0",
"mobx-react": "^5.2.8",
"mobx-state-tree": "^3.5.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-slot-fill": "^2.0.1",
"react-test-renderer": "^16.5.2",
"react-transition-group": "^2.4.0",
"react-universal-component": "^3.0.3",
"recompose": "^0.30.0",
"semantic-release": "^15.10.5",
"styled-components": "^4.0.0-beta.1",
"travis-deploy-once": "^5.0.9"
},
"bugs": {
"url": "https://github.com/frontity/saturn-theme/issues"
},
"homepage": "https://github.com/frontity/saturn-theme#readme"
}