-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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": "tsnm-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@backlight-dev/selection-inventory-n5vl9.tsnm-ds": "^0.2.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@next/bundle-analyzer": "^12.1.0",
"@storyblok/react": "^1.0.2",
"axios": "^0.26.1",
"framer-motion": "^6.2.8",
"netlify-graph-auth": "^0.0.3",
"next": "12.1.0",
"next-transpile-modules": "^9.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}