-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "tile-slider",
"version": "0.1.0",
"description": "A sliding tiles puzzle game.",
"author": "Mark <mark@remarkablemark.org>",
"homepage": "https://remarkablegames.org/tile-slider/",
"scripts": {
"build": "NODE_ENV=production react-app-rewired build",
"clean": "rimraf build",
"commitmsg": "commitlint -e $GIT_PARAMS",
"deploy": "scripts/deploy.sh",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"precommit": "lint-staged",
"release": "standard-version --no-verify",
"start": "NODE_ENV=development react-app-rewired start",
"test": "react-app-rewired test --env=jsdom"
},
"devDependencies": {
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"eslint-plugin-prettier": "2.6.0",
"gitploy": "0.1.0",
"husky": "0.14.3",
"lint-staged": "7.0.0",
"preact": "8.2.7",
"preact-compat": "3.18.0",
"prettier": "1.11.1",
"react": "16.2.0",
"react-app-rewired": "1.5.0",
"react-dom": "16.2.1",
"react-scripts": "1.1.1",
"rimraf": "2.6.2",
"standard-version": "4.3.0"
},
"engines": {
"node": ">=8",
"npm": ">=5.3"
},
"private": true,
"license": "MIT"
}