-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
58 lines (58 loc) · 1.45 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
55
56
57
58
{
"name": "js-equality-game",
"version": "1.1.1",
"homepage": "https://eqeq.js.org",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"core-js": "^3.16.0",
"detect-emoji-support": "^0.1.7",
"es2015-i18n-tag": "^1.6.1",
"immer-wieder": "^1.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "^5.0.1",
"whatwg-fetch": "^3.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"emojis": "rimraf public/emojis && emoji-extractor 'src/**/*.js' public/emojis '../emojitwo/svg/*.svg'",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@slikts/eslint-config-prettier": "^6.0.3",
"emoji-extractor": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"gh-pages": "^3.2.3",
"prettier": "^1.19.1",
"rimraf": "^3.0.2"
},
"description": "The worst minesweeper ever",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/slikts/js-equality-quiz.git"
},
"keywords": [
"equality",
"game",
"javascript",
"quiz",
"react",
"immer"
],
"author": "slikts <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/slikts/js-equality-quiz/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}