-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.64 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": "convideo",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "yarn run develop",
"develop": "gatsby develop",
"build": "run-s build:gatsby build:copy-sw",
"build:gatsby": "gatsby build --no-uglify",
"build:copy-sw": "cp public/sw.js public/service-worker.js",
"lint": "tsc --noEmit && eslint --ext ts,tsx ."
},
"dependencies": {
"@lucasecdb/rmdc": "^0.1.1",
"classnames": "^2.2.6",
"comlink": "^4.3.0",
"gatsby": "^2.24.37",
"gatsby-image": "^2.4.14",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-offline": "^3.2.26",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.25",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2",
"react-helmet": "^6.1.0",
"uuid": "^8.3.0",
"worker-plugin": "^4.0.3"
},
"devDependencies": {
"@lucasecdb/eslint-config": "^0.6.1",
"@types/classnames": "^2.2.10",
"@types/emscripten": "^1.39.4",
"@types/jest": "26.0.12",
"@types/node": "14.0.27",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/uuid": "^8.0.1",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.2.2",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"tachyons-sass": "^4.9.5",
"typescript": "3.9.7"
}
}