-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 973 Bytes
/
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
{
"name": "noname",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"koa": "^2.2.0",
"koa-body": "^2.0.1",
"koa-logger": "^2.0.1",
"koa-router": "^5.4.0",
"koa-static": "^3.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-dropzone-component": "^2.0.0",
"semantic-ui-react": "^0.68.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"webpack": "^2.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canmeepo/noname.git"
},
"author": "canmeepo",
"license": "ISC",
"bugs": {
"url": "https://github.com/canmeepo/noname/issues"
},
"homepage": "https://github.com/canmeepo/noname#readme"
}