dubdiff/package.json

47 lines
1.4 KiB
JSON
Raw Normal View History

2016-11-23 22:58:48 +01:00
{
"name": "dubdiff-2",
"version": "0.0.0",
"description": "",
"main": "src/server/babel.index.js",
2016-11-23 22:58:48 +01:00
"scripts": {
"copy-css": "copyfiles -f ./node_modules/semantic-ui-css/semantic.min.css ./dist",
"build": "npm run copy-css && webpack --colors",
"start": "npm run copy-css && webpack --progress --colors --watch",
"serve": "node src/server/babel.index.js",
2016-12-02 17:20:59 +01:00
"webpack-stats": "webpack --profile --json > stats.json",
2016-11-23 22:58:48 +01:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
2016-11-28 18:47:47 +01:00
"babel-preset-es2015-mod": "^6.6.0",
"babel-preset-es3": "^1.0.1",
2016-12-02 17:20:59 +01:00
"body-parser": "^1.15.2",
2016-11-28 18:47:47 +01:00
"diff": "^3.0.1",
"express": "^4.14.0",
2016-12-02 17:20:59 +01:00
"jsonfile": "^2.4.0",
"markdown-it": "^5.1.0",
2016-11-23 22:58:48 +01:00
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-redux": "^4.4.6",
2016-11-28 18:47:47 +01:00
"react-router": "^1.0.0",
2016-11-23 22:58:48 +01:00
"redux": "^3.5.1",
2016-11-28 18:47:47 +01:00
"redux-router": "^1.0.0-beta5",
"reselect": "^2.5.1",
"semantic-ui-css": "^2.2.4",
2016-12-02 17:20:59 +01:00
"semantic-ui-react": "^0.61.6",
"uuid": "^3.0.1"
2016-11-23 22:58:48 +01:00
},
"devDependencies": {
"babel-core": "^6.18.2",
2016-11-23 22:58:48 +01:00
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
2016-12-02 17:20:59 +01:00
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-node6": "^11.0.0",
2016-11-23 22:58:48 +01:00
"babel-preset-react": "^6.3.13",
"copyfiles": "^0.2.2",
"piping": "^1.0.0-rc.4",
2016-12-02 17:20:59 +01:00
"webpack": "^2.1.0-beta.27"
2016-11-23 22:58:48 +01:00
}
}