-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "personal-web-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.2.0",
"aphrodite": "^1.2.5",
"autoprefixer-loader": "^3.2.0",
"clarifai": "^2.6.0",
"css-loader": "^0.28.10",
"greensock": "^1.20.2",
"gsap-react-plugin": "^1.0.2",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-camera": "^0.1.3",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-motion": "^0.5.2",
"react-parallax-mousemove": "^1.1.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-tilt": "^0.1.4",
"react-transition-group": "^1.2.1",
"react-transitions": "^1.0.0",
"react-uniqueid": "0.0.1",
"react-webcam": "^0.2.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semantic-ui": "^2.3.0",
"style-loader": "^0.20.2",
"thunk": "0.0.1",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-parallax-hover": "^1.0.4"
}
}