forked from alexwelcing/Casper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.14 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "casper-manatt",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "2.2.0",
"engines": {
"ghost": ">=1.2.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"scripts": {
"start": "sh -c 'rm -rf assets/built assets/dist && gulp & parcel watch -d assets/dist --public-url /assets/dist src/index.html & wait'",
"test": "eslint src",
"zip": "rm -rf assets/built assets/dist && NODE_ENV=production parcel build -d assets/dist --public-url /assets/dist src/index.html && gulp zip"
},
"author": {
"name": "Ghost Foundation",
"email": "[email protected]",
"url": "https://ghost.org"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
},
"keywords": [
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Casper.git"
},
"bugs": "https://github.com/TryGhost/Casper/issues",
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-eslint": "^8.2.3",
"babel-preset-react-app": "^3.1.1",
"cssnano": "3.7.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"firebase-tools": "^3.18.5",
"flow-bin": "^0.71.0",
"gulp": "^4.0.0",
"gulp-livereload": "3.8.1",
"gulp-parcel": "^0.3.5",
"gulp-postcss": "6.1.1",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.8",
"gulp-zip": "4.0.0",
"node-sass": "^4.9.0",
"nodemon": "^1.17.3",
"parcel-bundler": "^1.7.1",
"postcss-color-function": "2.0.1",
"postcss-custom-properties": "5.0.1",
"postcss-easy-import": "1.0.1"
},
"config": {
"posts_per_page": 25
},
"dependencies": {
"bootstrap": "^4.1.1",
"classnames": "^2.2.5",
"deep-object-diff": "^1.1.0",
"final-form": "^4.6.1",
"firebase": "^5.0.2",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"react": "^16.4.0",
"react-big-calendar": "^0.19.1",
"react-bootstrap-typeahead": "^3.1.3",
"react-dom": "^16.4.0",
"react-final-form": "^3.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-widgets": "^4.2.6",
"react-widgets-moment": "^4.0.12",
"reactstrap": "^6.0.1",
"recompose": "^0.27.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"styled-components": "^3.2.6",
"uuid": "^3.2.1",
"whatwg-url": "^6.4.1"
}
}