-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "horesase-desktop",
"version": "0.0.1",
"description": "All horesase meigens on your desktop",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/horesase/horesase-desktop.git"
},
"keywords": [
"horesase"
],
"author": "june29",
"license": "ISC",
"bugs": {
"url": "https://github.com/horesase/horesase-desktop/issues"
},
"homepage": "https://github.com/horesase/horesase-desktop",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-load-plugins": "^1.1.0",
"gulp-watch": "^4.3.5",
"webpack": "^1.12.6",
"webpack-stream": "^2.1.1",
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"node-sass": "^3.4.2",
"css-loader": "^0.23.0",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"image-webpack-loader": "^1.6.2"
},
"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3",
"lodash": "^3.10.1",
"react-copy-to-clipboard": "^3.0.4"
}
}