-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@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",
"bootstrap": "^5.1.3",
"eslint": "^8.21.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",
"@vitejs/plugin-basic-ssl": "^0.1.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.3",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
}
}