-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.78 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.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
{
"name": "ati.tracker.front",
"version": "0.0.1",
"description": "Отслеживание груза - веб",
"scripts": {
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors --host 0.0.0.0",
"lint": "eslint --ext js --ext jsx src || exit 0",
"dev": " webpack-dashboard -- webpack-dev-server --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/spbsmile/ati.tracker.front"
},
"author": "Makar Zabiyakin",
"license": "ISC",
"main": "src/index",
"dependencies": {
"babel-core": "^6.21.0",
"fluxxor": "^1.7.3",
"google-map-react": "^0.22.3",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.4.2",
"react-google-maps": "^6.0.1",
"react-pure-render": "^1.0.2",
"reqwest": "^2.0.5"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.20.0",
"bitbar-webpack-progress-plugin": "^0.1.3",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "0.9.0",
"html-webpack-plugin": "^2.26.0",
"node-sass": "4.3.0",
"pushstate-server": "^2.1.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^3.0.2",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.0",
"webpack-dashboard": "^0.2.1",
"webpack-dev-server": "^2.2.0"
}
}