forked from nbpalomino/play.tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.41 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "play.tailwindcss.com",
"private": true,
"scripts": {
"dev": "next dev",
"build:plugins": "if [ -f './.next/serverless/scripts/buildBuiltinPlugins.js' ]; then node ./.next/serverless/scripts/buildBuiltinPlugins.js; else node ./.next/server/scripts/buildBuiltinPlugins.js; fi",
"build": "next build && npm run build:plugins",
"start": "next start"
},
"dependencies": {
"@ctrl/tinycolor": "^3.1.4",
"@headlessui/react": "^1.4.2",
"@reach/alert": "^0.16.0",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/custom-forms": "0.2.1",
"@tailwindcss/forms": "0.3.2",
"@tailwindcss/forms-next": "npm:@tailwindcss/[email protected]",
"@tailwindcss/line-clamp": "0.3.1",
"@tailwindcss/typography": "0.4.0",
"@tailwindcss/typography-next": "npm:@tailwindcss/[email protected]",
"@tailwindcss/ui": "0.7.2",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"autoprefixer": "10.3.5",
"autoprefixer-postcss7": "npm:[email protected]",
"babel-eslint": "10.x",
"babel-plugin-preval": "^5.0.0",
"clsx": "^1.1.1",
"codemirror": "^5.57.0",
"cssnano": "^4.1.10",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"dset": "^2.0.1",
"emmet-monaco-es": "5.1.0",
"esbuild": "^0.12.8",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"firebase": "^9.6.11",
"is-mobile": "^2.2.2",
"klona": "^2.0.4",
"line-column": "^1.0.2",
"monaco-editor": "0.32.1",
"next": "^12.0.3",
"p-queue": "^6.6.1",
"postcss": "^8.3.9",
"postcss-import": "^12.0.1",
"postcss-selector-parser": "^6.0.2",
"postcss-v7": "npm:postcss@^7.0.32",
"prettier": "^2.1.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-split-pane": "^0.1.92",
"react-use": "^15.3.4",
"simple-functional-loader": "^1.2.1",
"string-replace-loader": "^2.3.0",
"sync-external-store": "^1.0.0",
"tailwindcss": "3.0.24",
"tailwindcss-language-service": "0.0.24",
"tailwindcss-v1": "npm:[email protected]",
"tailwindcss-v2": "npm:[email protected]",
"use-sync-external-store": "^1.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"worker-loader": "^3.0.8"
}
}