-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.39 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "tinforms",
"version": "0.0.0",
"description": "tincoff forms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bin": "ln ./node_modules/.bin bin -s"
},
"repository": {
"type": "git",
"url": "git@gitlab.nonlux.ru:dev/tinForms.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.3.0",
"react-autosuggest": "^5.0.1",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"babel-runtime": "^6.11.6",
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"chai-spies": "^0.7.1",
"doiuse": "^2.4.1",
"enzyme": "^2.4.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-callback": "0.0.3",
"gulp-changed": "^1.3.1",
"gulp-clean": "^0.3.2",
"gulp-colorguard": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-fail": "^1.0.5",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sourcemap": "^1.0.1",
"gulp-util": "^3.0.7",
"happypack": "^2.2.1",
"http-proxy-middleware": "^0.17.1",
"jade-loader": "^0.8.0",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"less": "^2.7.1",
"mocha": "^3.0.2",
"node-env-configuration": "^1.0.2",
"npm-check-updates": "^2.8.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.12",
"postcss": "^5.1.2",
"postcss-cssnext": "^2.7.0",
"postcss-initial": "^1.5.2",
"postcss-less-engine": "^0.6.2",
"proxy-middleware": "^0.15.0",
"react-hot-loader": "^1.3.0",
"react-transform-catch-errors": "^1.0.2",
"redbox-react": "^1.3.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dispatch": "^2.2.0",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-devtools-multiple-monitors": "^1.0.1",
"run-sequence": "^1.2.2",
"stylelint": "^7.1.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-split-by-path": "0.1.0-beta.1",
"webpack-stream": "^3.2.0",
"yargs": "^4.8.1"
}
}