-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "unity-web-ctl-demo",
"version": "1.0.0",
"description": "Awsome next.js project.",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export && node scripts/make-dist-dir",
"lint": "eslint --ext .ts,.tsx,.js --fix .",
"test": "jest"
},
"keywords": [],
"author": "Fujisawa Shin",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/recoil": "^0.0.9",
"@types/three": "^0.139.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@zeit/next-typescript": "^1.1.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"react-dom": "^17.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/serialize": "^1.0.2",
"css-transform-builder": "^1.1.2",
"emotion-reset": "^3.0.1",
"next": "^12.1.0",
"react": "^17.0.2",
"recoil": "^0.6.1",
"three": "^0.139.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fnobi/unity-web-ctl-demo.git"
},
"bugs": {
"url": "https://github.com/fnobi/unity-web-ctl-demo/issues"
},
"homepage": "https://github.com/fnobi/unity-web-ctl-demo#readme"
}