-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
54
55
{
"name": "uva-preact",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint src",
"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",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [],
"author": "Yannick Frisart",
"license": "AGPL-3.0",
"eslintConfig": {
"extends": "eslint-config-synacor"
},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-synacor": "^2.0.4",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"if-env": "^1.0.0",
"jest": "^22.0.6",
"node-sass": "^4.7.2",
"preact-cli": "^2.1.0",
"prettier": "^1.10.2",
"sass-loader": "^6.0.6"
},
"dependencies": {
"firebase": "^4.8.2",
"linkstate": "^1.1.0",
"moment": "^2.20.1",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"preact-router": "^2.6.0",
"re-base": "^3.2.1",
"react-datepicker": "^1.0.4",
"react-firebase-file-uploader": "^2.4.1",
"react-gmaps": "^1.7.0",
"react-router": "^4.2.0",
"recharts": "^1.0.0-beta.9",
"snyk": "^1.105.0"
},
"snyk": true
}