forked from xMartin/grouptabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.61 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
{
"name": "grouptabs-app",
"description": "Web app that lets you track shared expenses, using React/Redux and PouchDB/CouchDB",
"scripts": {
"postinstall": "npm run config:copy",
"serve": "http-server",
"build": "rm -rf dist/ && r.js -o mainConfigFile=js/bootstrap.js paths.requireLib=../node_modules/requirejs/require paths.react=../node_modules/react/umd/react.production.min paths.react-dom=../node_modules/react-dom/umd/react-dom.production.min paths.redux=../node_modules/redux/dist/redux.min out=dist/app.js include=requireLib,bootstrap.js",
"lint": "jshint js/",
"config:copy": "if [ ! -f './js/config.js' ]; then cp ./js/config-sample.js ./js/config.js; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xMartin/grouptabs.git"
},
"author": "xMartin <[email protected]>",
"bugs": {
"url": "https://github.com/xMartin/grouptabs/issues"
},
"homepage": "https://grouptabs.net/",
"dependencies": {
"create-react-class": "^15.6.3",
"fastclick": "^1.0.6",
"history": "^4.7.2",
"lie": "^3.2.0",
"pouchdb": "^6.4.3",
"pouchdb-all-dbs": "github:xMartin/pouchdb-all-dbs#umd",
"prop-types": "^15.5.10",
"pure-uuid": "^1.5.0",
"react": "^16.2.0",
"react-addons-pure-render-mixin": "^15.6.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"redux": "^3.7.1",
"redux-first-router": "0.0.16-next",
"redux-thunk": "^2.2.0",
"requirejs": "^2.3.3",
"reselect": "^3.0.1",
"smooth-scroll": "^12.1.5"
},
"devDependencies": {
"http-server": "^0.11.1",
"jshint": "^2.9.5"
},
"license": "GPL-3.0"
}