-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "yandex-node-school",
"version": "1.0.0",
"description": "Учебное приложение школы Node.js Яндекс-денег.",
"main": "app.js",
"scripts": {
"test": "mocha tests",
"start": "node src/app.js ",
"build": "webpack",
"dev": "nodemon --watch src src/app.js || echo run 'npm i'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sutarmin/yandex-node-school.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sutarmin/yandex-node-school/issues"
},
"homepage": "https://github.com/sutarmin/yandex-node-school#readme",
"dependencies": {
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"antd": "^2.13.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-emotion": "^7.3.2",
"babel-plugin-import": "^1.6.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"card-info": "git+https://github.com/iniel/card-info.git",
"css-loader": "^0.28.7",
"emotion": "^7.3.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"extract-loader": "^1.0.1",
"file-loader": "^1.1.4",
"html-webpack-plugin": "^2.30.1",
"ignore-loader": "^0.1.2",
"moment": "^2.18.1",
"nodemon": "^1.12.1",
"react-emotion": "^7.3.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.1",
"webpack": "^3.6.0"
}
}