forked from nosovsh/motoparking
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.69 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
{
"name": "motoparking",
"version": "1.0.0",
"engines": {
"npm": "3.3.x",
"node": "0.12.7"
},
"description": "",
"main": "index.js",
"dependencies": {
"async": "1.4.2",
"autoprefixer": "^6.0.3",
"babel-core": "^5.1.10",
"babel-loader": "^5.0.0",
"blueimp-file-upload": "^9.9.3",
"classnames": "^2.1.3",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"fluxxor": "^1.7.3",
"history": "^1.11.1",
"imports-loader": "^0.6.3",
"jquery": "^2.1.3",
"jsx-loader": "^0.12.2",
"leaflet": "^0.7.3",
"leaflet-providers": "1.0.27",
"loader-utils": "^0.2.7",
"lodash": "^3.10.1",
"moment": "^2.10.2",
"node-sass": "^3.3.3",
"normalize.css": "^3.0.3",
"nuka-carousel": "1.0.1",
"photoswipe": "^4.0.7",
"postcss": "^5.0.9",
"postcss-loader": "^0.7.0",
"precss": "^1.3.0",
"progressbar.js": "^0.7.4",
"rc-tooltip": "^3.0.2",
"react": "^0.14.0",
"react-components": "^0.4.0",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc1",
"sass-loader": "^2.0.1",
"source-map": "^0.5.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"csscomb": "^3.1.8",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"express": "^4.12.3",
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.7.0"
},
"scripts": {
"dev": "node server.js",
"postinstall": "node_modules/.bin/webpack -p --config webpack.deploy.config",
"lint": "eslint .",
"csslint": "csscomb . --verbose"
},
"author": "",
"license": "ISC"
}