-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 919 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
36
{
"name": "persons_assignment",
"version": "1.0.0",
"description": "Small practise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"json-server": "json-server --watch persons.json --port 4000 --delay 200"
},
"keywords": [],
"author": "Andras Szentivanyi",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"bootstrap-scss": "^4.2.1",
"dotenv-webpack": "^1.6.0",
"jquery": "^3.3.1",
"next": "^7.0.2",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"popper.js": "^1.14.6",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-svg-bar-chart": "^1.0.0",
"reactstrap": "^7.1.0"
},
"devDependencies": {
"json-server": "^0.14.2"
}
}