forked from apache/couchdb-fauxton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.03 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "fauxton",
"version": "1.1.9",
"description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
"main": "./index.js",
"directories": {
"test": "test"
},
"bin": {
"fauxton": "./bin/fauxton"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"devDependencies": {
"babel-jest": "^18.0.0",
"bootstrap": "^3.3.7",
"enzyme": "^2.4.1",
"es5-shim": "4.5.4",
"jest": "^17.0.3",
"jest-fetch-mock": "^1.0.6",
"mocha": "~3.1.2",
"mocha-loader": "^1.0.0",
"mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git",
"nightwatch": "~0.9.0",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "~15.4.1",
"redux-devtools": "^3.3.1",
"redux-mock-store": "^1.2.1",
"sinon": "git+https://github.com/sinonjs/sinon.git",
"url-polyfill": "github/url-polyfill"
},
"dependencies": {
"async": "~0.2.6",
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.8",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.4.3",
"backbone": "^1.1.0",
"base-64": "^0.1.0",
"bluebird": "^3.4.6",
"brace": "^0.7.0",
"chai": "^3.5.0",
"clean-css": "^3.4.9",
"clipboard": "^1.5.16",
"couchapp": "~0.11.0",
"css-loader": "^0.26.0",
"d3": "^3.4.11",
"eslint": "^3.10.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^6.7.1",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.1",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"flux": "^3.1.0",
"fs-extra": "^2.0.0",
"grunt": "~0.4.1",
"grunt-chmod": "^1.0.3",
"grunt-cli": "~0.1.6",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jst": "~0.5.0",
"grunt-couchapp": "~0.2.1",
"grunt-exec": "~0.4.0",
"grunt-init": "~0.2.0",
"grunt-md5": "^0.1.11",
"grunt-shell": "^1.1.1",
"http-proxy": "^1.13.2",
"imports-loader": "^0.6.5",
"jquery": "^2.2.0",
"jsondiffpatch": "^0.1.41",
"less": "^2.3.1",
"less-loader": "^2.2.3",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"moment": "^2.8.4",
"nano": "~5.12.0",
"optimist": "^0.6.1",
"pouchdb": "^6.0.7",
"react": "~15.4.1",
"react-addons-css-transition-group": "~15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "~15.4.1",
"react-redux": "^5.0.0",
"react-select": "1.0.0-rc.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"request": "^2.54.0",
"semver": "^5.1.0",
"send": "^0.13.1",
"style-loader": "^0.13.1",
"underscore": "~1.4.2",
"url": "~0.7.9",
"url-loader": "^0.5.7",
"urls": "~0.0.3",
"uuid": "^3.0.1",
"velocity-animate": "^1.2.3",
"velocity-react": "1.1.11",
"visualizeRevTree": "git+https://github.com/neojski/visualizeRevTree.git#gh-pages",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
"stylecheck": "eslint --ext=js,jsx .",
"webpack:dev": "webpack --debug --progress --colors --config ./webpack.config.dev.js",
"webpack:test": "webpack --debug --progress --colors --config ./webpack.config.test.js",
"webpack:release": "webpack --debug --progress --colors --config ./webpack.config.release.js",
"jest": "jest --config ./jest-config.json",
"test": "grunt test && npm run jest",
"phantomjs": "./node_modules/.bin/mocha-phantomjs --debug=false --ssl-protocol=sslv2 --web-security=false --ignore-ssl-errors=true ./test/runner.html",
"couchdebug": "grunt couchdebug",
"couchdb": "grunt couchdb",
"couchapp": "grunt couchapp_deploy",
"dev": "node ./devserver.js",
"devtests": "webpack-dev-server --config webpack.config.test-dev.js --debug --progress",
"nightwatch": "grunt nightwatch",
"start": "node ./bin/fauxton",
"start-debug": "DIST=./dist/debug node ./bin/fauxton",
"preversion": "node version-check.js && grunt release",
"test-before-publish": "npm run preversion && npm install . -g",
"create:animaldb": "./bin/create-animal-db",
"docker:couchdb-up": "docker-compose -f ./docker/dc.selenium.yml up -d couchdb",
"docker:selenium-up": "docker-compose -f ./docker/dc.selenium.yml up -d selenium",
"docker:selenium-debug-up": "docker-compose -f ./docker/dc.selenium-debug.yml up -d selenium",
"docker:reset": "npm run docker:down && npm run docker:up",
"docker:logs": "docker logs couchdb",
"docker:up": "docker-compose -f ./docker/dc.selenium.yml up -d",
"docker:debug-up": "docker-compose -f ./docker/dc.selenium-debug.yml up -d",
"docker:down": "docker-compose -f ./docker/dc.selenium.yml down",
"remove-test-dbs": "node ./bin/remove-test-dbs.js"
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
},
"keywords": [
"couchdb",
"futon",
"fauxton"
],
"author": "The Apache CouchDB contributors",
"license": "Apache-2.0"
}