-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 837 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
{
"name": "react-made-simple-workshop",
"version": "1.0.0",
"description": "npm init -y",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./",
"serve": "serve dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brenohq/react-made-simple-workshop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brenohq/react-made-simple-workshop/issues"
},
"homepage": "https://github.com/brenohq/react-made-simple-workshop#readme",
"dependencies": {
"babel-plugin-styled-components": "^1.6.4",
"parcel-bundler": "^1.9.7",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"styled-components": "^3.4.5"
},
"devDependencies": {
"serve": "^10.0.0"
}
}