This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.22 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
67
68
{
"name": "narodnaya-sbornaya",
"version": "0.1.0",
"description": "Parallax SPA для народной сборной",
"scripts": {
"dev": "babel-node bin/dev-server.js",
"build": "babel-node bin/build.js",
"server": "NODE_ENV=production node bin/server.js",
"lint": "eslint bin config src -f node_modules/eslint-friendly-formatter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtlantisUnited/narodnaya-sbornaya.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AtlantisUnited/narodnaya-sbornaya/issues"
},
"homepage": "https://github.com/AtlantisUnited/narodnaya-sbornaya#readme",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.0",
"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.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-html-reporter": "^0.5.2",
"eslint-plugin-import": "^1.10.0",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.21.0",
"imports-loader": "^0.6.5",
"postcss-loader": "^0.9.1",
"quantum": "git://github.com/monstrs/quantum.git#feature/classnames",
"react-hot-loader": "^3.0.0-beta.2",
"serve-static": "^1.11.1",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.15",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.0",
"whatwg-fetch": "^1.0.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"encodeurl": "^1.0.1",
"gsap": "^1.18.5",
"mongoose": "^4.5.3",
"multiparty": "^4.1.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-player": "^0.7.4",
"react-swipeable": "git://github.com/Xazzzi/react-swipeable.git#1075a0d660e7a26c3549a8652671c4621a9270f8",
"scrollmagic": "^2.0.5",
"serve-favicon": "^2.3.0",
"tcomb-validation": "^3.2.0"
}
}