forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.09 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
{
"name": "OSF",
"version": "18.3.0",
"description": "Facilitating Open Science",
"repository": "https://github.com/CenterForOpenScience/osf.io",
"author": "Center for Open Science",
"license": "Apache-2.0",
"dependencies": {
"@centerforopenscience/list-of-licenses": "1.1.0",
"@centerforopenscience/markdown-it-atrules": "^0.1.1",
"@centerforopenscience/markdown-it-toc": "~1.1.1",
"@centerforopenscience/osf-style": "https://github.com/CenterForOpenScience/osf-style#370b544affcdafc5734cdd388587575895e4b33a",
"URIjs": "^1.14.1",
"assets-webpack-plugin": "^0.1.0",
"babel-loader": "^4.1.0",
"body-parser": "~1.12.0",
"bootbox": "^4.4.0",
"bootstrap": "3.3.7",
"bower": "^1.3.12",
"css-loader": "^0.9.1",
"diff": "~2.2.2",
"dropzone": "git://github.com/CenterForOpenScience/dropzone.git#aba21eb6b82cc823ac7a7a53d6e035791c082bae",
"exports-loader": "0.6.3",
"file-loader": "^0.8.1",
"font-awesome": "^4.4.0",
"font-awesome-webpack": "0.0.5-beta.2",
"gsap": "1.18.0",
"highlight.js": "~8.4.0",
"historyjs": "^1.8.0-b2",
"html-loader": "^0.2.3",
"imports-loader": "^0.6.3",
"js-cookie": "2.1.2",
"js-md5": "^0.4.1",
"json-loader": "0.5.3",
"jstimezonedetect": "^1.0.6",
"keen-analysis": "^1.1.0",
"keen-dataviz": "^1.0.2",
"keen-tracking": "1.0.3",
"knockout": "~3.4.2",
"knockout.validation": "^2.0.2",
"less": "^2.5.3",
"linkifyjs": "^2.0.3",
"loaders.css": "^0.1.2",
"lodash.chunk": "^4.0.6",
"lodash.find": "^4.3.0",
"lodash.get": "^4.2.1",
"lodash.has": "^4.5.2",
"lodash.includes": "^4.3.0",
"lodash.set": "^4.3.2",
"markdown-it": "~4.1.0",
"markdown-it-imsize": "git://github.com/cos-forks/markdown-it-imsize.git#v2.0.1.cos1",
"markdown-it-ins-del": "^0.1.1",
"markdown-it-sanitizer": "~0.3.0",
"markdown-it-video": "~0.6.3",
"mime-types": "~2.0.12",
"mithril": "0.2.0",
"moment": "^2.14.1",
"object-assign": "^2.0.0",
"pikaday": "^1.3.2",
"pretty-data": "^0.40.0",
"raw-loader": "^0.5.1",
"select2": "3.5.1",
"style-loader": "^0.8.3",
"treebeard": "git://github.com/CenterForOpenScience/treebeard.git#d2bb8f6f8104fcac040402727f431c26722b269e",
"typeahead.js": "^0.10.5",
"url-loader": "0.5.7",
"uuid": "^2.0.1",
"webpack": "3.8.1",
"zxcvbn": "^4.2.0"
},
"devDependencies": {
"chai": "^2.1.1",
"faker": "^2.1.2",
"jshint": "2.8.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.16",
"karma-webpack": "^2.0.4",
"mocha": "^2.5.3",
"sinon": "^2.4.1"
},
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless",
"test-travis": "karma start --single-run --browsers ChromeHeadlessNoSandbox",
"webpack-dev": "webpack --config webpack.dev.config.js",
"webpack-prod": "webpack --config webpack.prod.config.js"
}
}