This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
forked from KhushilMistry/Synapse-18-Registration-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.38 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
69
70
71
72
73
74
75
76
77
78
{
"name": "kitabikeede",
"version": "1.0.0",
"description": "RadiantF front end repo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js --ignore components"
},
"repository": {
"type": "git",
"url": "https://github.com/daiict218/radiantF.git"
},
"author": "Khushil Mistry",
"license": "ISC",
"dependencies": {
"autoprefixer-loader": "3.1.0",
"axios": "^0.16.1",
"babel-cli": "^6.6.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "6.3.13",
"bootstrap": "^3.3.7",
"cors": "^2.8.4",
"css-loader": "^0.28.0",
"express": "^4.13.4",
"firebase": "^4.8.1",
"img-loader": "^2.0.0",
"isomorphic-style-loader": "^2.0.0",
"lodash": "^4.17.4",
"material-ui": "^0.17.4",
"node-sass": "^4.5.2",
"postcss-load-config": "1.0.0",
"postcss-loader": "1.0.0",
"react": "^15.5.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.5.0",
"react-favicon": "0.0.11",
"react-grid-system": "^3.1.2",
"react-icons": "^2.2.7",
"react-redux": "^5.0.2",
"react-responsive-modal": "^2.0.0",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.8",
"react-tap-event-plugin": "^2.0.0",
"reactstrap": "^4.8.0",
"redux": "^3.6.0",
"redux-immutable-state-invariant": "^2.1.0",
"redux-localstorage": "^0.4.1",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "1.12.13",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"file-loader": "^1.1.6",
"image-webpack-loader": "^3.4.2",
"json-loader": "^0.5.7",
"webpack-bundle-analyzer": "^2.4.0"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.22.0",
"file-loader": "^1.1.6",
"image-webpack-loader": "^3.4.2",
"img-loader": "^2.0.0",
"json-loader": "^0.5.7",
"webpack-bundle-analyzer": "^2.4.0"
}
}