-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 868 Bytes
/
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
{
"name": "ksavir",
"author": "danielgynn",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"homepage": "https://ksavir.herokuapp.com",
"repository": {
"url": "git@github.com:danielgynn/ksavir.git",
"type": "git"
},
"engines": {
"node": "4.4.7"
},
"keywords": [
"react",
"heroku"
],
"dependencies": {
"p5": "^0.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-images": "^0.5.2",
"react-p5-wrapper": "^0.0.4",
"react-photo-gallery": "^5.3.0",
"react-router-dom": "^4.1.1",
"react-scrollchor": "^2.2.0",
"react-select": "^1.0.0-rc.3"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}