-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "mellowd-site",
"version": "1.0.0",
"description": "MellowD website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/codemirror": "0.0.35",
"@types/lodash": "^4.14.44",
"@types/marked": "0.0.28",
"@types/react": "^0.14.55",
"@types/react-dom": "^0.14.19",
"@types/react-redux": "^4.4.35",
"@types/redux-actions": "^0.8.34",
"codemirror": "^5.22.0",
"gulp": "^3.9.1",
"immutable": "^3.8.1",
"lodash": "^4.17.3",
"marked": "^0.3.6",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-actions": "^1.2.0"
},
"devDependencies": {
"del": "^2.2.2",
"escape-html": "^1.0.3",
"gulp-typescript": "^3.1.3",
"gulp-webpack": "^1.5.0",
"html-webpack-plugin": "^2.24.1",
"style-loader": "^0.13.1",
"through2": "^2.0.3",
"ts-loader": "^1.3.3",
"typescript": "^2.1.4",
"webpack": "^1.14.0"
}
}