-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
52
53
54
{
"name": "note-web-application",
"version": "1.0.0",
"description": "Web based application for add, edit and delete notes",
"main": "webpack.config.js",
"scripts": {
"server": "babel-node server/app.js",
"webpack-devserver": "webpack-dev-server --debug --hot --devtool eval-source-map --output-pathinfo --watch --colors --inline --content-base public --port 8090 --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OlegKKK/note-web-application.git"
},
"keywords": [
"js",
"webapp"
],
"author": "OlegK",
"bugs": {
"url": "https://github.com/OlegKKK/note-web-application/issues"
},
"homepage": "https://github.com/OlegKKK/note-web-application#readme",
"dependencies": {
"axios": "^0.9.1",
"body-parser": "^1.17.0",
"classnames": "^2.2.5",
"cors": "*",
"events": "^1.1.1",
"express": "*",
"flux": "^2.1.1",
"jquery": "*",
"keymirror": "^0.1.1",
"less": "^2.6.0",
"mongodb": "^3.6.1",
"mongoose": "^4.8.5",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-masonry-component": "^4.4.0"
},
"devDependencies": {
"autoprefixer-loader": "*",
"babel": "5.x",
"babel-loader": "5.*",
"css-loader": "^0.22.0",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less-loader": "^2.2.2",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}