-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "ellery-frontend",
"version": "0.0.1",
"description": "The Frontend for ellery, powered by React, TypeScript, WebPack, and PostCSS Modules.",
"author": "Alain Galvan <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ellery/ellery-frontend"
},
"scripts": {
"test": "jest",
"lite": "lite-server",
"watch": "webpack --watch && lite-server",
"webpack": "webpack"
},
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.6",
"css-loader": "^0.23.1",
"cssnano": "^3.5.2",
"extract-text-webpack-plugin": "^1.0.1",
"jest": "^0.1.40",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.1",
"typescript": "^1.8.9",
"typings": "^0.7.12",
"webpack": "^2.1.0-beta.4"
},
"dependencies": {
"fetch": "^1.0.1",
"isomorphic-fetch": "^2.2.1",
"jwt-decode": "^2.0.1",
"react": "^15.0.0",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.0",
"react-mixin": "^3.0.4",
"react-motion": "^0.4.2",
"react-redux": "^4.4.2",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.2",
"recharts": "^0.9.1",
"redux": "^3.4.0",
"redux-router": "^1.0.0-beta8",
"redux-thunk": "^2.0.1"
}
}