-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "benji_portfolio",
"private": true,
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"connect": "^3.6.6",
"express": "^4.16.3",
"lodash": "^4.17.11",
"opn": "^5.4.0",
"particles.js": "^2.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-particles-js": "^2.3.0",
"react-router-dom": "^4.3.1",
"serve-static": "^1.13.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch --mode=development",
"start": "node staticServer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brothman/Personal-Website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Brothman/Personal-Website/issues"
},
"homepage": "https://github.com/Brothman/Personal-Website#readme",
"devDependencies": {
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
}
}