-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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
{
"name": "welding",
"version": "0.0.1",
"description": "welding document management app",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/koders/welding.git"
},
"author": "Rihards Fridrihsons <rfridrihsons@gmail.com> (http://github.com/koders)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"file-loader": "^0.9.0",
"react-hot-loader": "^3.0.0-beta.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"date-and-time": "^0.3.0",
"font-awesome": "^4.7.0",
"fs-extra": "^0.30.0",
"jquery": "^3.1.1",
"mobx": "^2.2.2",
"mobx-react": "^3.3.1",
"mobx-react-devtools": "^4.2.0",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"node-waves": "^0.7.5",
"react": "^15.1.0",
"react-autosuggest": "^7.0.2",
"react-dom": "^15.1.0",
"react-router": "^2.8.1",
"superagent": "^2.3.0",
"winston": "^2.2.0"
}
}