forked from cschleiden/imperaplus-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.43 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "imperaplus-client",
"version": "0.1.1",
"license": "UNLICENSED",
"scripts": {
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production webpack -p",
"i18n:extract": "tsc --outDir temp && react-gettext-parser --config webpack/i18n.config.json --output ./src/po/messages.pot temp/**/*.js && rimraf temp",
"i18n:compile": "po2json ./src/po/messages.de.po ./loc/de.json --format mf --pretty --fallback-to-msgid",
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=development webpack-dev-server -d --inline --hot --progress --no-info",
"lint": "tslint 'src/**/*.tsx' 'src/**/*.ts' 'test/**/*.tsx' 'test/**/*.ts'",
"test": "karma start --singleRun true",
"test:watch": "karma start --singleRun false"
},
"keywords": [],
"dependencies": {
"@types/assert": "^0.0.29",
"@types/chai": "^3.4.34",
"@types/classnames": "^0.0.32",
"@types/d3": "^4.8.0",
"@types/history": "4.6.2",
"@types/jasmine": "^2.5.38",
"@types/jquery": "^2.0.34",
"@types/jsplumb": "^1.3.30",
"@types/markdown-it": "0.0.2",
"@types/object-assign": "^4.0.30",
"@types/react": "^15.0.39",
"@types/react-addons-css-transition-group": "^15.0.3",
"@types/react-addons-transition-group": "^15.0.1",
"@types/react-bootstrap": "0.32.6",
"@types/react-dom": "^15.5.1",
"@types/react-redux": "5.0.15",
"@types/react-router": "3.0.2",
"@types/react-router-redux": "4.0.51",
"@types/redux": "^3.6.31",
"@types/redux-actions": "^0.8.32",
"@types/redux-logger": "^2.6.32",
"@types/redux-thunk": "^2.1.31",
"@types/signalr": "^2.2.32",
"@types/webpack": "^1.12.36",
"autoprefixer": "^6.5.3",
"autoprefixer-core": "^6.0.1",
"awesome-typescript-loader": "3.1.2",
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"circular-dependency-plugin": "^3.0.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"cssnano": "^3.8.0",
"d3": "^4.8.0",
"enzyme": "^2.6.0",
"es5-shim": "^4.5.9",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"history": "^4.4.0",
"html-webpack-plugin": "^2.24.1",
"i18n-extract": "^0.4.2",
"i18n-webpack-plugin": "^0.3.0",
"immuts": "2.1.1",
"istanbul": "^1.0.0-alpha.2",
"istanbul-instrumenter-loader": "^1.1.0",
"jasmine-core": "^2.5.2",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"jsplumb": "2.4.3",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-writer": "^0.1.2",
"karma-spec-reporter": "0.0.26",
"karma-typescript": "^2.1.5",
"karma-webpack": "^1.7.0",
"markdown-it": "^8.3.1",
"mocha": "^3.1.2",
"ms-signalr-client": "^2.2.5",
"node-sass": "4.13.1",
"object-assign": "^4.1.0",
"po2json": "^0.4.5",
"progress-bar-webpack-plugin": "^1.9.0",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
"react-bootstrap": "0.32.1",
"react-bootstrap-typeahead": "^1.3.0",
"react-dom": "^15.3.2",
"react-gettext-parser": "^1.1.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-markdown": "^2.4.2",
"react-redux": "5.0.7",
"react-redux-loading-bar": "^2.8.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"redux": "3.7.2",
"redux-actions": "^0.13.0",
"redux-devtools-extension": "^1.0.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"require-hacker": "^2.1.4",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"stylelint": "^7.5.0",
"stylelint-webpack-plugin": "^0.4.0",
"ts-node": "^1.7.0",
"tslint-loader": "3.5.2",
"typeface-open-sans": "0.0.54",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-bundle-analyzer": "^2.4.0",
"webpack-dev-server": "^1.16.2",
"webpack-git-hash": "^1.0.2",
"webpack-hot-middleware": "^2.13.2",
"whatwg-fetch": "^2.0.0"
},
"devDependencies": {
"tslint": "5.9.1",
"tslint-react": "^3.2.0",
"typescript": "2.8.1"
}
}