This repository was archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "Unhypem",
"version": "1.0.0",
"description": "Explore the hypem charts like a pro",
"homepage": "https://unhypem.com/",
"author": "Fabian Dietenberger <piano.fabian@t-online.de>",
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git@github.com:feedm3/unhypem.git"
},
"bugs": {
"url": "https://github.com/feedm3/unhypem/issues"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"flux": "^3.1.2",
"lodash": "^4.13.1",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-router-dom": "^4.1.1",
"react-tether": "^0.5.7",
"request": "^2.81.0",
"soundmanager2": "^2.97.20150601-a",
"style-loader": "^0.18.2",
"superagent": "^3.5.2",
"svg-sprite-loader": "^3.0.5",
"tether-tooltip": "^1.2.0",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}