This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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": "visualizer",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check": "stylelint \"src/**/*.css\" && eslint .",
"format": "stylelint \"src/**/*.css\" --fix && eslint . --fix",
"texture-pack": "node ./scripts/texture-packer.js",
"icon-generate": "node ./scripts/icon-generator.js"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"@types/offscreencanvas": "^2019.6.4",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.17",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"jdenticon": "^3.1.1",
"postcss": "^8.4.5",
"postcss-html": "^1.3.0",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.1.1",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"spritesheet-js": "^1.2.6",
"stylelint": "^14.5.3",
"stylelint-config-html": "^1.0.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.5.5",
"vite": "^2.8.0",
"vite-tsconfig-paths": "^3.4.1"
},
"dependencies": {
"@inlet/react-pixi": "^6.6.5",
"@types/three": "^0.137.0",
"gsap": "^3.9.1",
"mitt": "^3.0.0",
"pixi-filters": "^4.1.6",
"pixi.js": "^6.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spring": "^9.4.3",
"three": "^0.137.5"
}
}