-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "okadaphy",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/miyanokomiya/okadaphy.git",
"author": "miyanokomiya",
"license": "MIT",
"scripts": {
"tsc": "tsc",
"build": "parcel build src/index.html",
"start": "parcel src/index.html",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"test": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/opentype": "^0.0.4",
"@types/react": "^17.0.16",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^27.5.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.5.0",
"parcel-bundler": "^1.12.5",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@types/matter-js": "^0.14.8",
"matter-js": "^0.14.2",
"okageo": "^2.0.13",
"opentype.js": "^1.3.4",
"poly-decomp": "^0.3.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2"
}
}