-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.9 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
{
"private": true,
"scripts": {
"dev": "vite --config vite.config.js",
"dev-frontend": "vite --config vite.frontend.config.js",
"watch": "vite build --watch --config vite.config.js",
"watch-frontend": "vite build --watch --config vite.frontend.config.js",
"build": "vite build --config vite.config.js && vite build --config vite.frontend.config.js",
"build-frontend": "vite build --config vite.frontend.config.js"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@popperjs/core": "^2.10.2",
"@preact/preset-vite": "^2.3.0",
"@prefresh/vite": "^2.2.8",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^2.0.0",
"axios": "^0.27",
"babel-eslint": "^10.1.0",
"babel-preset-preact": "^2.0.0",
"bootstrap": "^5.1.3",
"eslint": "^7.17.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-preact": "^0.1.0",
"eslint-plugin-react": "^7.30.1",
"laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.32.11",
"vite": "^3.0.0"
},
"dependencies": {
"@bigcommerce/big-design": "^0.32.1",
"@bigcommerce/big-design-icons": "^0.19.1",
"@bigcommerce/big-design-theme": "^0.15.0",
"@urql/preact": "^2.0.4",
"@vitejs/plugin-basic-ssl": "^0.1.1",
"graphql": "^16.5.0",
"preact": "^10.10.3",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-modal": "^3.15.1",
"react-router-dom": "^5.3.3",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
}
}