This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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": "daily-poem",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/dmitryso/daily-poem.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/dmitryso/daily-poem#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.23.1",
"ejs-html-loader": "^1.1.0",
"extract-loader": "0.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.2.0",
"html-loader": "^0.4.3",
"html-minify-loader": "^1.1.0",
"html-webpack-plugin": "^2.10.0",
"json-loader": "^0.5.4",
"node-sass": "^3.7.0",
"raw-loader": "^0.5.1",
"resolve-url": "^0.2.1",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-visualizer-plugin": "^0.1.5"
},
"dependencies": {
"backbone": "^1.3.3",
"es6-collections": "^0.5.6",
"es6-promise": "^3.2.1",
"framework7": "^1.4.2",
"hammerjs": "^2.0.6",
"handlebars": "^4.0.5",
"jquery": "^2.2.1",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"underscore": "^1.8.3",
"whatwg-fetch": "^1.0.0"
}
}