-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
53
{
"name": "pnwedding",
"version": "1.0.0",
"description": "A image/video doodling app for the web. A progressive web app demo.",
"scripts": {
"start": "node devServer",
"watch": "watch 'npm run build' ./src",
"build": "react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://andrewhani14.github.io/pn-guestbook.git"
},
"author": "Peter O'Shaughnessy, Samsung Internet",
"license": "MIT",
"bugs": {
"url": "https://github.com/samsunginternet/snapwat/issues"
},
"homepage": "https://andrewhani14.github.io/pn-guestbook",
"devDependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"express": "^4.14.0",
"gh-pages": "^4.0.0",
"glob-all": "^3.1.0",
"rollup": "^0.34.7",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"watch": "^0.19.1"
},
"dependencies": {
"blueimp-load-image": "^2.13.1",
"hellojs": "^1.13.4",
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}