-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 Bytes
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": "bachnx-react",
"version": "0.0.0",
"description": "Sample project with React",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/thanbaiks/reactjs-example"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"events": "^3.0.0",
"evergreen-ui": "^4.12.0",
"formik": "^1.5.0",
"lowdb": "^1.0.0",
"normalize.css": "^8.0.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"ui-box": "^1.4.0",
"yup": "^0.26.10"
},
"devDependencies": {
"parcel-bundler": "^1.11.0",
"pug": "^2.0.3",
"sass": "^1.17.0"
},
"scripts": {
"start": "parcel serve src/index.pug",
"build": "parcel build --no-source-maps src/index.pug",
"clean": "rm -rf .cache dist"
},
"keywords": [],
"author": "BachNX <thanbaiks@gmail.com>",
"license": "MIT"
}