-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.02 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.02 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "touch-type",
"version": "1.0.0",
"description": "touch-type",
"module": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --mode development --config ./webpack.config.js",
"build": "webpack --mode production --config ./webpack.config.js"
},
"sideEffects": [
"./src/**/*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jmullo/touch-type.git"
},
"keywords": [
"touch",
"type",
"typing",
"practice",
"tool",
"test",
"finnish",
"suomi",
"suomeksi"
],
"author": "Jussi Mullo <mulloju@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmullo/touch-type/issues"
},
"homepage": "https://github.com/jmullo/touch-type",
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-transform-classes": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"babel-loader": "8.1.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.1.0",
"css-loader": "4.3.0",
"file-loader": "6.1.0",
"html-webpack-plugin": "4.4.1",
"postcss-loader": "4.0.2",
"postcss-preset-env": "6.7.0",
"style-loader": "1.2.1",
"url-loader": "4.1.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.12",
"axios": "0.21.0",
"core-js": "3.6.5",
"fontsource-roboto": "3.0.3",
"fontsource-roboto-mono": "3.0.3",
"lodash": "4.17.20",
"luxon": "1.25.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"regenerator-runtime": "0.13.7",
"whatwg-fetch": "3.4.1"
}
}