-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "songbook-web",
"version": "0.0.1",
"url": "https://github.com/AnotherKamila/songbook-web/",
"description": "A HTML5 songbook/sheet music organizer.",
"dependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "~0.26.1",
"es6-promise": "~4.0.5",
"express": "^4.13.3",
"flux": "^3.1.2",
"fuse.js": "^2.6.1",
"html-loader": "^0.4.4",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"markdown-loader": "^0.1.7",
"material-ui": "^0.16.6",
"node-sass": "~4.1.1",
"normalize.css": "^5.0.0",
"react": "~15.4.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-icons": "^2.0.1",
"react-intl": "^2.1.1",
"react-measure": "^1.4.5",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.5.1",
"redux-actions": "^1.2.0",
"redux-localstorage": "^0.4.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"sass-loader": "~4.1.1",
"style-loader": "~0.13.0",
"svg-url-loader": "^1.0.3",
"webpack": "~1.14.0",
"webpack-zepto": "0.0.1",
"yaml-loader": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-material-ui": "^0.3.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"git-revision-webpack-plugin": "^2.4.1",
"lodash-webpack-plugin": "^0.10.6",
"webpack": "^1.14.0",
"webpack-dev-server": "~1.16.2"
},
"scripts": {
"build": "$(npm bin)/webpack -p --colors --progress",
"build-dev": "$(npm bin)/webpack --colors --progress",
"start": "$(npm bin)/webpack-dev-server --hot"
},
"repository": {
"type": "git",
"url": "git://github.com/AnotherKamila/songbook-web.git"
},
"author": "Kamila Součková <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnotherKamila/songbook-web/issues"
}
}