-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.48 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
{
"name": "pixjs-boilerplate",
"version": "1.0.0",
"main": "index.js",
"author": "Thomas Brace <tommy-brace-22@hotmail..com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@pixi/react": "^7.0.1",
"axios": "^1.2.1",
"bump-ts": "^0.2.1",
"dayjs": "^1.11.7",
"next": "latest",
"pixi.js": "^7.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-query": "^3.39.2",
"typescript": "^4.9.4",
"zustand": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
"tailwindcss": "^3.2.4",
"tsconfig-paths-webpack-plugin": "^4.0.0"
}
}