forked from myhrmans/roadmap-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
47
{
"name": "package.json",
"version": "1.0.0",
"description": "Roadmap cards",
"main": "react-client/src/index.jsx",
"scripts": {
"test": "test",
"dev": "webpack -d --watch",
"start": "node ./server/index.js",
"build": "webpack -p",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myhrmans/roadmap-react.git"
},
"keywords": [
"roadmap"
],
"author": "Martin Myhrman",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/myhrmans/roadmap-react/issues"
},
"homepage": "https://github.com/myhrmans/roadmap-react#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"html-to-react": "^1.3.3",
"jquery": "^3.3.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-flickity-component": "^3.0.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"webpack": "^4.12.0"
},
"devDependencies": {
"webpack-cli": "^3.0.3"
}
}