-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "Swift Creek Software Solutions",
"version": "1.0.0",
"description": "none",
"main": "index.js",
"repository": "https://github.com/grossmail1/swiftcreek-inspiration.git",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"author": "Andrew Gross",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"axios": "0.15.3",
"babel-preset-stage-1": "^6.1.18",
"google-feed-api": "0.0.2",
"jsonp": "0.2.1",
"lodash": "4.16.4",
"material-ui": "0.16.6",
"radium": "0.18.1",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-redux": "5.0.2",
"react-router": "3.0.0",
"react-tap-event-plugin": "2.0.1",
"redux": "^3.0.4",
"redux-thunk": "2.1.0"
}
}