-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 965 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
{
"name": "react-parcel-boilerplate",
"version": "1.0.0",
"description": "Simple React App Boilerplate using Parcel Bundler",
"main": "index.js",
"repository": "https://github.com/sbayd/react-parcel-boilerplate.git",
"author": "Berkay Aydin <sbayd06@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "parcel public/index.html"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"lodash": "4.17.10",
"react": "16.4.0",
"react-dom": "16.4.0",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-thunk": "2.3.0",
"reselect": "3.0.1"
},
"devDependencies": {
"autoprefixer": "8.6.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"eslint": "4.19.1",
"eslint-plugin-react": "7.9.1",
"mocha": "5.2.0",
"node-sass": "4.9.0",
"parcel-bundler": "1.8.1",
"postcss-modules": "1.1.0"
}
}