-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
38
39
40
41
42
43
44
45
46
{
"name": "contact-manager",
"version": "1.0.0",
"main": "dist/index.html",
"scripts": {
"start": "cross-env NODE_ENV=development parcel index.html --open",
"build": "cross-env NODE_ENV=production parcel build index.html --public-url ./ --no-minify",
"dev": "parcel index.html -p 8888"
},
"repository": {
"type": "git",
"url": "[email protected]:topidesta/contact-manager.git"
},
"author": "topidesta as emang_dasar",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.2",
"classnames": "^2.2.6",
"parcel-bundler": "^1.12.4",
"react": "^16.6.0",
"react-dom": "^16.12.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"store": "^2.0.12",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.1",
"rimraf": "^2.6.2"
},
"browserslist": [
"last 1 Chrome versions"
]
}