-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) Β· 1.07 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": "minimal-react-parcel",
"version": "1.0.0",
"description": "A minimal React Parcel environment",
"scripts": {
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valentinogagliardi/minimal-react-parcel.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/valentinogagliardi/minimal-react-parcel/issues"
},
"homepage": "https://github.com/valentinogagliardi/minimal-react-parcel#readme",
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jstat": "^1.7.1",
"parcel-bundler": "^1.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"tone": "^0.11.11",
"uuid": "^3.2.1"
}
}