-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 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
37
38
{
"name": "React-Redux-Simple-Starter",
"version": "1.0.0",
"description": "React Redux Simple Starter with Parcel",
"main": "src/index.js",
"scripts": {
"start": "./node_modules/parcel/bin/cli.js ./src/index.html",
"start-webpack": "webpack-dev-server",
"build": "webpack"
},
"keywords": [
"Cat",
"Customer",
"History"
],
"author": "Aziz Ali, @ilovecodingOrg",
"license": "ISC",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"thunk": "0.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.23.0",
"html-webpack-plugin": "^2.28.0",
"parcel-bundler": "^1.8.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}