-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "keyboard-training-app",
"homepage": "https://datexgo.github.io/keyboard-trainig-app",
"version": "1.0.0",
"description": "A simple app to train fast typing",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --content-base ./public --open",
"build": "react-scripts build",
"webpack": "webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"author": "Artem Kozyrev",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "^1.0.17"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"gh-pages": "^1.1.0",
"style-loader": "^0.19.0",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.1"
}
}