-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
{
"name": "Red_Diamonds_com",
"version": "1.0.0",
"description": "portfolio for me",
"main": "index.js",
"repository": "https://github.com/michaelwachell/twoRedDiamonds.git",
"author": "Michael Wachell",
"license": "MIT",
"private": false,
"scripts": {
"react-dev": "webpack -w --mode development",
"react-prod": "webpack -w --mode production",
"start": "nodemon ./server/index.js"
},
"dependencies": {
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"http": "^0.0.0",
"jest": "^22.4.3",
"material-ui": "^0.20.1",
"morgan": "^1.9.0",
"node-sass": "^4.9.0",
"nodemailer": "^4.6.4",
"nodemon": "^1.17.3",
"nuka-carousel": "^4.2.1",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-particles-js": "^2.1.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-spring": "^5.1.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3"
},
"devDependencies": {
"webpack-cli": "^2.1.2"
}
}