forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.67 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
{
"name": "OSF",
"version": "22.12.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-imsize": "2.0.1",
"@centerforopenscience/markdown-it-toc": "~1.1.1",
"@centerforopenscience/markdown-it-video": "1.0.0",
"@centerforopenscience/osf-style": "1.9.0",
"URIjs": "^1.14.1",
"assets-webpack-plugin": "^2.3.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.4.1",
"body-parser": "~1.19.1",
"bootbox": "^5.5.2",
"bootstrap": "3.3.7",
"bower": "^1.8.8",
"css-loader": "^0.28.11",
"diff": "~5.0.0",
"dropzone": "https://github.com/CenterForOpenScience/dropzone.git#aba21eb6b82cc823ac7a7a53d6e035791c082bae",
"exports-loader": "0.6.3",
"file-loader": "^0.11.2",
"font-awesome": "^4.4.0",
"font-awesome-webpack": "0.0.5-beta.2",
"gsap": "3.9.1",
"highlight.js": "~9.18.2",
"imports-loader": "^0.6.3",
"js-cookie": "3.0.1",
"js-md5": "^0.7.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": "^4.1.2",
"linkifyjs": "^3.0.5",
"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": "~12.3.2",
"markdown-it-ins-del": "^0.1.1",
"markdown-it-sanitizer": "~0.4.3",
"mime-types": "~2.1.34",
"mithril": "0.2.0",
"moment": "^2.14.1",
"object-assign": "^3.0.0",
"pikaday": "^1.3.2",
"pretty-data": "^0.40.0",
"raw-loader": "~0.5.0",
"select2": "3.5.1",
"style-loader": "^0.23.1",
"treebeard": "https://github.com/CenterForOpenScience/treebeard.git#d2bb8f6f8104fcac040402727f431c26722b269e",
"typeahead.js": "^0.11.1",
"url-loader": "~0.6.2",
"uuid": "^8.3.2",
"webpack": "3.12.0",
"zxcvbn": "^4.2.0"
},
"scripts": {
"webpack-dev": "webpack --config webpack.dev.config.js",
"webpack-prod": "webpack --config webpack.prod.config.js"
},
"resolutions": {
"bootbox/bootstrap": "^3.3.7",
"font-awesome-webpack/css-loader": "^0.28.11",
"font-awesome-webpack/style-loader": "^0.23.1",
"treebeard/mithril": "0.2.0",
"treebeard/bootstrap": "3.3.7",
"webpack/uglifyjs-webpack-plugin": "1.3.0",
"webpack/watchpack": "^2.3.1"
}
}