-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "unmaze",
"version": "1.0.0",
"description": "a PWA board game ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MehdiRaash/UnMaze.git"
},
"keywords": [
"board game",
"scrambled words",
"unscramble the letters"
],
"author": "Mehdi Raash",
"license": "MIT",
"bugs": {
"url": "https://github.com/MehdiRaash/UnMaze/issues"
},
"homepage": "https://github.com/MehdiRaash/UnMaze#readme",
"dependencies": {
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.6.4",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.12.14",
"style-loader": "^1.0.0",
"tailwindcss": "^1.1.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"worker-loader": "^2.0.0"
}
}