-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "pwa-web-app",
"version": "1.0.0",
"description": "Tabletop Menu Progress Web Application using Preact",
"main": "index.js",
"scripts": {
"test": "eslint src && preact test",
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build --no-prerender",
"serve": "preact build && preact serve",
"dev": "preact watch"
},
"keywords": [
"preact",
"react",
"pwa",
"web app"
],
"author": "Kumaresan K <tkkumaresan@gmail.com> (https://bitbucket.org/kumaresan_k)",
"license": "ISC",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"repository": {
"url": "https://kumaresan_k@bitbucket.org/amitrotenga/web-app-react-2017.git"
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-synacor": "^1.1.1",
"if-env": "^1.0.0",
"node-sass": "^4.5.3",
"preact-cli": "^1.4.1",
"preact-material-components": "^1.2.2",
"sass-loader": "^6.0.6"
},
"dependencies": {
"axios": "^0.16.2",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"preact-router": "^2.5.7",
"react-social-login": "^3.2.1"
}
}