-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.78 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.78 KB
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
{
"name": "react-aexol",
"version": "0.3.0",
"description": "Aexol react repatch syncano insane repo",
"scripts": {
"generate-syncano-apis": "sh bin/gen_socket_apis.sh",
"start": "npm run generate-syncano-apis && webpack-dev-server --host 0.0.0.0",
"clean": "rimraf dist",
"production": "npm run generate-syncano-apis && cross-env npm run clean && webpack --config webpack.production.config.js --progress --profile --colors"
},
"author": "Aexol",
"license": "MIT",
"dependencies": {
"@syncano/client": "0.9.0-alpha.a6cfda17",
"babel-polyfill": "6.26.0",
"classnames": "^2.2.5",
"cross-env": "5.1.1",
"js-cookie": "^2.1.4",
"konva": "1.7.6",
"moment": "^2.19.2",
"nlp-syllables": "0.0.5",
"object-assign": "4.1.0",
"rc-progress": "2.2.2",
"react": "16.0.0",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-transition-group": "^15.6.0",
"react-datetime": "2.12.0",
"react-device-detect": "0.1.0",
"react-dom": "16.0.0",
"react-fontawesome": "^1.6.1",
"react-geosuggest": "^2.3.6",
"react-hot-loader": "3.1.1",
"react-json-edit": "0.3.1",
"react-konva": "1.6.4",
"react-preloader-icon": "0.1.0",
"react-redux": "5.0.5",
"react-router-dom": "4.2.2",
"react-select": "^1.0.0-rc.5",
"react-sortable-hoc": "^0.6.7",
"react-transition-group": "^2.2.0",
"rebass": "2.0.0-0",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"repatch": "1.3.12",
"syncano-client": "0.16.1-1",
"yml-loader": "2.1.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-boilerplate": "1.1.1",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"copy-webpack-plugin": "4.1.1",
"css-loader": "0.28.7",
"enzyme": "3.1.0",
"enzyme-adapter-react-16": "1.0.2",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.4",
"html-webpack-plugin": "2.30.0",
"husky": "0.15.0-beta.2",
"jest": "21.2.0",
"js-yaml": "3.10.0",
"lodash.camelcase": "4.3.0",
"node-sass": "4.5.3",
"open-browser-webpack-plugin": "0.0.5",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.0.0",
"redux-immutable-state-invariant": "2.1.0",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"style-loader": "0.19.0",
"url-loader": "0.6.1",
"webpack": "3.8.0",
"webpack-dev-server": "2.9.3"
},
"keywords": [],
"syncano": {
"instance": "dawn-hill-4437",
"app": "admin",
"apiJs": "src/syncano/generator/generated.js"
},
"repository": {
"type": "git",
"url": ""
}
}