-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 888 Bytes
/
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
{
"name": "qier222.com",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@next/bundle-analyzer": "^11.0.1",
"@splitbee/web": "^0.2.4",
"@supabase/supabase-js": "^1.18.0",
"axios": "^0.21.2",
"color": "^3.1.3",
"js-cookie": "^2.2.1",
"lodash.sample": "^4.2.1",
"next": "^12.0.1",
"node-vibrant": "^3.1.6",
"preact": "^10.5.14",
"react-feather": "^2.0.9",
"react-is": "^17.0.2",
"spotify-web-api-node": "^5.0.2",
"styled-components": "^5.2.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"@svgr/webpack": "^5.5.0",
"open": "^8.2.1",
"prompt": "^1.1.0",
"react": "^17.0.2",
"prettier": "^2.3.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}