-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1006 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": "apfx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms server:start -c \"next dev\"",
"build": "tinacms server:start -c \"next build\"",
"start": "tinacms server:start -c \"next start\""
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.2",
"@react-aria/i18n": "^3.3.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@tinacms/cli": "0.0.0-202227191224",
"graphql-zeus": "^3.1.0",
"next": "12.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-markdown": "^6.0.2",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.3.0",
"tinacms": "0.0.0-202227191224"
},
"devDependencies": {
"@types/node": "^16.3.1",
"@types/react": "^17.0.65",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "4.3.5"
}
}