-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 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
48
49
50
{
"name": "portfolio",
"version": "0.0.0",
"main": "src/index.js",
"description": "Personal portfolio for LesleyChard.com",
"scripts": {
"lint": "eslint \"$@\"",
"start:dev": "scripts/start.sh"
},
"dependencies": {
"@material-ui/core": "^3.2.1",
"@material-ui/icons": "^3.0.1",
"chalk": "^2.4.1",
"classnames": "^2.2.6",
"color": "^3.1.0",
"file-loader": "^2.0.0",
"gsap": "^2.0.2",
"jss": "^9.8.7",
"jss-extend": "^6.2.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-jss": "^8.6.1",
"react-move": "^2.8.0",
"react-router-dom": "^4.3.1",
"svg-inline-loader": "^0.8.0",
"svg-url-loader": "^2.3.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"xmlserializer": "^0.6.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"dotenv": "^6.1.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"html-webpack-plugin": "^3.2.0",
"react-dev-utils": "^6.0.4"
}
}