-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
37
38
{
"name": "snippet-store",
"version": "0.1.0",
"main": "server.js",
"private": true,
"proxy": "http://localhost:4000/",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.2",
"express": "^4.16.3",
"jquery": "^3.3.1",
"mongoose": "^5.2.2",
"popper.js": "^1.14.3",
"react": "^16.4.1",
"react-autosize-textarea": "^4.0.0",
"react-dom": "^16.4.1",
"react-highlight": "^0.12.0",
"react-icons": "^2.2.7",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-page-transition": "^3.1.0",
"react-router-transition": "^1.2.1",
"react-scripts": "1.1.4",
"react-transition-group": "^2.4.0",
"redux": "^4.0.0"
},
"devDependencies": {
"nodemon": "^1.18.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server": "node server.js"
}
}