2016-02-19 12:27:58 +09:00
|
|
|
{
|
|
|
|
"name": "Nova",
|
|
|
|
"version": "0.0.0",
|
2016-04-15 09:22:14 +09:00
|
|
|
"engines": {
|
|
|
|
"npm": "^3.0"
|
|
|
|
},
|
2016-02-19 12:27:58 +09:00
|
|
|
"dependencies": {
|
2016-08-29 08:53:20 +09:00
|
|
|
"bcrypt": "^0.8.7",
|
2016-03-24 10:56:47 +09:00
|
|
|
"bootstrap": "^4.0.0-alpha.2",
|
|
|
|
"classnames": "^2.2.3",
|
2016-07-19 15:13:16 +09:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2016-08-10 10:32:36 +09:00
|
|
|
"formsy-react": "^0.18.1",
|
|
|
|
"formsy-react-components": "^0.8.1",
|
2016-05-20 09:39:22 +09:00
|
|
|
"handlebars": "^4.0.5",
|
2016-06-11 16:36:18 +09:00
|
|
|
"history": "^3.0.0",
|
2016-05-20 09:39:22 +09:00
|
|
|
"html-to-text": "^2.1.0",
|
2016-06-09 17:42:20 +09:00
|
|
|
"intl": "^1.2.4",
|
|
|
|
"intl-locales-supported": "^1.0.0",
|
2016-05-20 09:39:22 +09:00
|
|
|
"juice": "^1.11.0",
|
2016-04-06 16:56:05 +02:00
|
|
|
"load-script": "^1.0.0",
|
2016-05-20 09:39:22 +09:00
|
|
|
"mailchimp": "^1.1.6",
|
2016-06-07 15:03:00 +09:00
|
|
|
"marked": "^0.3.5",
|
2016-05-26 10:11:39 +02:00
|
|
|
"meteor-node-stubs": "^0.2.3",
|
2016-05-20 09:39:22 +09:00
|
|
|
"moment": "^2.13.0",
|
2016-09-21 12:51:55 +02:00
|
|
|
"react": "^15.3.2",
|
|
|
|
"react-addons-pure-render-mixin": "^15.3.2",
|
2016-09-07 14:35:49 +02:00
|
|
|
"react-bootstrap": "^0.30.3",
|
2016-04-18 10:03:53 +09:00
|
|
|
"react-bootstrap-datetimepicker": "0.0.22",
|
2016-05-26 10:11:39 +02:00
|
|
|
"react-cookie": "^0.4.6",
|
2016-07-06 16:22:46 +02:00
|
|
|
"react-datetime": "^2.3.2",
|
2016-09-21 12:51:55 +02:00
|
|
|
"react-dom": "^15.3.2",
|
2016-06-29 09:15:52 +02:00
|
|
|
"react-helmet": "^3.1.0",
|
2016-06-16 10:43:25 +09:00
|
|
|
"react-intl": "^2.1.3",
|
2016-04-11 10:15:24 +09:00
|
|
|
"react-komposer": "^1.8.0",
|
|
|
|
"react-mounter": "^1.2.0",
|
|
|
|
"react-no-ssr": "^1.1.0",
|
2016-09-21 12:51:55 +02:00
|
|
|
"react-router": "^3.0.0-beta.1",
|
2016-09-07 14:35:49 +02:00
|
|
|
"react-router-bootstrap": "^0.23.1",
|
2016-06-07 15:03:00 +09:00
|
|
|
"sanitize-html": "^1.11.4",
|
|
|
|
"speakingurl": "^9.0.0",
|
2016-04-23 18:56:08 +09:00
|
|
|
"tracker-component": "^1.3.14",
|
2016-06-21 18:07:47 +09:00
|
|
|
"url": "^0.11.0"
|
2016-03-24 10:56:47 +09:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2016-04-11 10:15:24 +09:00
|
|
|
"autoprefixer": "^6.3.6"
|
2016-02-19 12:27:58 +09:00
|
|
|
},
|
2016-03-24 10:56:47 +09:00
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
2016-03-27 13:04:21 +09:00
|
|
|
"autoprefixer": {
|
|
|
|
"browsers": [
|
|
|
|
"last 2 versions"
|
|
|
|
]
|
|
|
|
}
|
2016-03-24 10:56:47 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|