-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "corsicodingtest",
"version": "1.0.0",
"description": "Web app for corsi.it coding test.",
"main": "index.js",
"scripts": {
"dev-server": "webpack-dev-server",
"build:prod": "webpack -p --env production",
"start": "npm run dev-server"
},
"keywords": ["react", "react-redux", "react-router", "firebase", "auth"],
"author": "Ilyas Abdighni",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"firebase": "^4.6.2",
"history": "^4.7.2",
"materialize-css": "^0.100.2",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-paginate": "^5.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-tippy": "^1.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}