This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "Episodic",
"version": "1.0.0",
"description": "Medium clone",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maestromac/Episodic.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maestromac/Episodic/issues"
},
"homepage": "https://github.com/maestromac/Episodic#readme",
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"draft-js": "^0.8.0",
"flux": "^2.1.1",
"imports-loader": "^0.6.5",
"jquery-ujs": "^1.2.1",
"medium-editor": "^5.21.1",
"medium-editor-insert-plugin": "^2.4.0",
"react": "^15.3.0",
"react-addons-shallow-compare": "^15.3.0",
"react-avatar": "^2.0.0",
"react-dom": "^15.3.0",
"react-medium-editor": "^1.8.0",
"react-modal": "^1.4.0",
"react-router": "^2.6.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"engines": {
"node": "5.1.0",
"npm": "3.3.12"
},
"devDependencies": {
"expose-loader": "^0.7.1",
"imports-loader": "^0.6.5",
"webpack": "^1.13.1"
}
}