-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"name": "frontend",
"version": "0.0.1",
"description": "vissage",
"main": "index.js",
"scripts": {
"lite": "lite-server",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visageapp/frontend.git"
},
"keywords": [
"visa",
"vissage",
"messenger"
],
"author": "Kennet Postigo <[email protected]> (http://kpostigo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/visageapp/frontend/issues"
},
"homepage": "https://github.com/visageapp/frontend#readme",
"dependencies": {
"express": "4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"immutable": "3.8.0",
"isomorphic-fetch": "2.2.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"react-motion": "0.4.2",
"react-redux": "4.4.5",
"react-router": "^2.0.1",
"react-router-transition": "0.0.5",
"redux": "3.4.0",
"redux-devtools": "3.2.0",
"redux-thunk": "2.0.1",
"webpack": "2.1.0-beta.4"
},
"devDependencies": {
"autoprefixer": "6.3.6",
"babel": "6.5.2",
"babel-cli": "6.7.5",
"babel-core": "6.7.6",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"css-loader": "0.23.1",
"cssnano": "3.5.2",
"eslint": "2.8.0",
"eslint-plugin-babel": "3.2.0",
"eslint-plugin-react": "4.3.0",
"extract-text-webpack-plugin": "1.0.1",
"lite-server": "2.2.0",
"postcss-loader": "0.8.2",
"precss": "1.4.0",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.10",
"style-loader": "0.13.1",
"webpack-dev-server": "1.14.1"
}
}