-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.22 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.22 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
{
"name": "phone-arm",
"version": "3.0.0",
"dependencies": {
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.9.2",
"handlebars": "^4.0.5",
"immutability-helper": "^2.0.0",
"jssip": "^3.0.0",
"moment": "^2.15.2",
"normalize.css": "^4.2.0",
"pixi.js": "^4.5.3",
"react": "^15.4.0",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-shallow-compare": "^15.3.2",
"react-addons-update": "^15.3.1",
"react-bootstrap": "^0.30.7",
"react-bootstrap-table": "^2.11.2",
"react-custom-scrollbars": "^4.0.0",
"react-datetime": "2.6.0",
"react-dom": "^15.3.2",
"react-pixi": "^0.9.11",
"react-redux": "^4.4.5",
"react-selectize": "^2.0.3",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.10.4",
"babel-eslint": "^3.1.9",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"brfs": "^1.4.1",
"css-loader": "^0.23.1",
"eslint": "^1.3.1",
"eslint-plugin-react": "^2.3.0",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"handlebars-loader": "^1.3.0",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react-hot-loader": "^2.0.0-alpha-4",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "1.0.1",
"redux-devtools": "^3.3.1",
"rimraf": "^2.4.3",
"serve-static": "^1.11.1",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.13.0"
},
"main": "index.js",
"scripts": {
"start": "node server.js",
"devBuild": "webpack --progress",
"build": "webpack --config=webpack.production.config.js --progress"
},
"author": "sinires",
"license": "ISC",
"description": ""
}