-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 983 Bytes
/
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
{
"name": "MyMaret-Web",
"version": "0.0.1",
"description": "A Parse+React+Flux web dashboard for MyMaret newspaper configuration and analytics.",
"repository": {
"type": "git",
"url": "https://github.com/Nickster28/MyMaret-Web"
},
"devDependencies": {
"react-scripts": "0.2.1"
},
"dependencies": {
"immutable": "^3.8.1",
"jquery": "^3.1.0",
"parse": "^1.9.1",
"react": "^15.3.1",
"react-addons-transition-group": "^15.3.1",
"react-document-title": "^2.0.2",
"react-dom": "^15.3.1",
"react-loading-animation": "^1.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-catch": "^1.2.0",
"redux-immutable": "^3.0.8",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
}