-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "performancecenter",
"version": "1.0.0",
"description": "performance center",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TatyanaRyzh/Performance-Center.git"
},
"author": "Tatyana Max Katy",
"bugs": {
"url": "https://github.com/TatyanaRyzh/Performance-Center/issues"
},
"homepage": "https://github.com/TatyanaRyzh/Performance-Center#readme",
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^3.0.1",
"eslint-loader": "^1.4.1",
"eslint-plugin-react": "^5.2.2",
"express": "^4.14.0",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
},
"dependencies": {
"angular": "^1.5.7",
"angular-sanitize": "^1.5.7",
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.9.2",
"cldr-data": "^29.0.1",
"devextreme": "^16.1.4",
"globalize": "^1.1.1",
"jquery": "^2.2.4",
"jszip": "^3.0.0",
"knockout": "^3.4.0",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
}
}