-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"private": true,
"name": "fevote4art",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build",
"serve": "preact build && preact serve",
"dev": "preact watch ",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "eslint-config-synacor",
"rules": {
"no-unused-vars": "warn",
"react/sort-comp": "off",
"lines-around-comment": "off",
"react/prefer-stateless-function": "off"
}
},
"eslintIgnore": [
"build/*"
],
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-synacor": "^1.1.0",
"if-env": "^1.0.0",
"node-sass": "^4.12.0",
"preact-cli": "^2.0.0",
"sass-loader": "^7.1.0",
"shipit-cli": "^4.2.0",
"shipit-deploy": "^4.1.4"
},
"dependencies": {
"@tippy.js/react": "^2.2.0",
"auth0-js": "^9.10.2",
"axios": "^0.18.0",
"d3": "^5.9.2",
"fingerprintjs": "^0.5.3",
"jwt-decode": "^2.2.0",
"panzoom": "^8.0.0",
"preact": "^8.2.1",
"preact-compat": "^3.17.0",
"preact-helmet": "^4.0.0-alpha-3",
"preact-material-components": "^1.5.5",
"preact-router": "^2.5.5",
"preact-tap-event-plugin": "^0.1.2",
"react-color": "^2.17.3",
"react-facebook": "^8.0.4",
"react-facebook-login": "^4.1.1",
"react-geolocated": "^2.5.0",
"react-geolocation": "^1.0.4",
"react-google-login": "^5.0.4",
"react-material-ui-form-validator": "^2.0.8",
"react-notifications": "^1.4.3",
"react-qr-reader": "^2.2.1",
"react-qr-scanner": "0.0.8",
"react-tooltip-lite": "^1.9.3",
"uniqid": "^5.0.3"
}
}