-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"name": "question-game",
"version": "0.2.0",
"description": "A simple game framework with escallating challenge levels",
"main": "index.php",
"devDependencies": {
"@humanmade/eslint-config": "^1.1.3",
"@humanmade/stylelint-config": "^1.2.1",
"babel-eslint": "^10.1.0",
"del": "^7.1",
"eslint": "^7.32.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^29.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"glob": "^10.3.10",
"gulp": "^4.0",
"gulp-sass": "^5.1.0",
"node-sass": "^9.0.0",
"postcss-scss": "^4.0.9",
"sass": "^1.70.0",
"stylelint": "^13.11.0",
"stylelint-scss": "^3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jazzsequence/question-game.git"
},
"author": "Chris Reynolds <me@chrisreynolds.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jazzsequence/question-game/issues"
},
"homepage": "https://github.com/jazzsequence/question-game#readme",
"dependencies": {}
}