generated from SivanMehta/ocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 860 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
{
"name": "endless-wordle",
"version": "0.0.0",
"description": "Play wordle with endlessly",
"private": true,
"scripts": {
"postinstall": "cp node_modules/react-simple-keyboard/build/css/index.css dist/keyboard.css",
"build:watch": "rollup -c rollup.config.js -w",
"build": "rollup -c rollup.config.js",
"test": "echo it works bro I promise"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"copy-text-to-clipboard": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-file-drop": "^3.1.2",
"react-simple-keyboard": "^3.4.41",
"rollup": "^2.44.0"
}
}