This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "client",
"jest": {
"verbose": true
},
"version": "2.0.0",
"homepage": "https://koreanbots.dev",
"dependencies": {
"@sentry/react": "^5.29.2",
"@sentry/tracing": "^5.29.0",
"@snowpack/app-scripts-react": "^1.12.6",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"query-string": "^6.12.1",
"react": "^16.8.6",
"react-adsense": "^0.1.0",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.8.6",
"react-helmet-async": "^1.0.6",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-showdown": "^2.0.3",
"react-syntax-highlighter": "^15.4.3",
"react-with-important-style": "^0.2.2",
"semantic-ui-react": "^2.0.0",
"typed.js": "^2.0.11"
},
"scripts": {
"start": "snowpack dev --reload",
"test": "jest",
"build": "snowpack build --clean",
"serve": "serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@esm-bundle/chai": "^4.1.5",
"@snowpack/plugin-react-refresh": "^2.3.8",
"@snowpack/plugin-webpack": "^2.1.3",
"@snowpack/web-test-runner-plugin": "^0.1.5",
"@web/test-runner": "^0.10.0",
"babel-jest": "26.6.3",
"clean-webpack-plugin": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "26.6.3",
"react-test-renderer": "^17.0.1",
"snowpack": "^2.18.4",
"standard": "^16.0.3"
}
}