This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 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
{
"name": "antelope",
"version": "0.0.0",
"description": "Antelope is the primary document",
"repository": "",
"private": true,
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"dependencies": {
"backbone-collection": "^1.0.6",
"backbone-model": "^1.0.6",
"couchapp": "^0.11.0",
"moment": "^2.9.0",
"pouchdb": "^3.6.0",
"pouchdb-authentication": "^0.3.7",
"pouchdb-migrate": "^1.0.1",
"react": "^0.13.2",
"react-bootstrap": "^0.21.1",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.13.3",
"react-select": "^0.4.8",
"underscore": "^1.8.3"
},
"devDependencies": {
"alt": "^0.16.1",
"babel": "^5.1.13",
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.13",
"bootstrap": "^3.3.2",
"bootstrap-webpack": "0.0.3",
"bootstrapp": "0.0.0",
"css-loader": "~0.9.0",
"debug": "^2.1.3",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-karma": "~0.8.3",
"grunt-open": "~0.2.3",
"grunt-webpack": "~1.0.8",
"jshint-loader": "~0.8.0",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"jsxhint-loader": "~0.2.0",
"karma": "~0.12.21",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-webpack": "~1.2.2",
"less": "^2.4.0",
"less-loader": "^2.0.0",
"load-grunt-tasks": "~0.6.0",
"object-assign": "^2.0.0",
"sass-loader": "^0.3.1",
"style-loader": "^0.8.3",
"underscore": "^1.8.2",
"url-loader": "~0.5.5",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
}
}