-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "portfolio-2018",
"version": "0.1.0",
"homepage": "http://nurmaget.com",
"private": true,
"proxy": "http://ec2-54-190-128-187.us-west-2.compute.amazonaws.com",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"react-scripts": "1.1.5"
},
"dependencies": {
"autosize": "^4.0.2",
"dotenv": "^6.1.0",
"es6-tween": "^5.3.1",
"express": "^4.14.0",
"ios-inner-height": "^1.1.0",
"react": "^16.6.1",
"react-circle": "^1.1.1",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.5.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"seamless-immutable": "^7.1.4",
"styled-components": "^4.0.3",
"three": "^0.95.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}