-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "melody-web",
"version": "1.0.0",
"description": "melody-web",
"directories": {
"test": "tests"
},
"dependencies": {
"highlight.js": "^9.12.0",
"wicg-focus-ring": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-1": "^6.22.0",
"babili-webpack-plugin": "0.0.9",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.1.0",
"lodash-webpack-plugin": "^0.11.2",
"melody-component": "^1.0.0",
"melody-devtools": "^1.0.0",
"melody-hoc": "^1.0.0",
"melody-idom": "^1.0.0",
"melody-loader": "^1.0.0",
"melody-parser": "^1.0.0",
"melody-plugin-idom": "1.0.0",
"melody-traverse": "^1.0.0",
"melody-types": "^1.0.0",
"melody-util": "^1.0.0",
"node-sass": "^4.4.0",
"redux-thunk": "^2.2.0",
"sass-loader": "^4.1.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.5.1",
"workbox-sw": "^2.0.2-rc1",
"workbox-webpack-plugin": "^2.0.2-rc1"
},
"scripts": {
"start": "webpack-dev-server",
"watch": "webpack --progress --colors --watch --display-chunks",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/trivago/melody-web.git"
},
"author": "trivago",
"license": "Apache-2.0"
}