-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "TvrboMobX",
"version": "1.0.0",
"description": "Tvrbo MobX",
"main": "index.js",
"scripts": {
"postinstall": "make",
"start": "make run"
},
"engines": {
"node": "6.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/TvrboPro/TvrboMobX"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.4.1",
"axios": "^0.13.1",
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.13.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"i18next": "^3.4.2",
"i18next-browser-languagedetector": "^1.0.0",
"imagemin": "^5.2.2",
"img-loader": "^1.3.1",
"json-loader": "^0.5.4",
"lodash.throttle": "^4.1.1",
"mobx": "^2.5.1",
"mobx-react": "^3.5.6",
"mongoose": "^4.6.0",
"nconf": "^0.8.4",
"node-sass": "^3.10.0",
"nodemailer": "^2.6.0",
"parser": "^0.1.4",
"postcss-loader": "^0.9.1",
"react": "^15.3.2",
"react-dom": "^15.3.1",
"react-i18next": "^1.10.0",
"react-router": "^2.8.1",
"react-s-alert": "^1.1.4",
"rebass": "^0.3.3",
"reflexbox": "^2.1.0",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.2",
"serve-favicon": "^2.3.0",
"serve-static": "^1.11.1",
"snyk": "^1.19.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.2",
"gulp": "^3.9.1",
"i18next-conv": "^3.0.3",
"i18next-parser": "^0.10.1",
"nodemon": "^1.10.2",
"open": "0.0.5",
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.16.1"
}
}