forked from nbpalomino/play.tailwindcss.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.77 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build:plugins": "node src/scripts/buildBuiltinPlugins.js",
"build": "npm run build:plugins && next build",
"start": "next start"
},
"dependencies": {
"@ctrl/tinycolor": "^3.1.4",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/ui": "^0.6.2",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"autoprefixer": "^9.8.6",
"babel-eslint": "10.x",
"babel-plugin-preval": "^5.0.0",
"clsx": "^1.1.1",
"codemirror": "^5.57.0",
"cssnano": "^4.1.10",
"deasync": "^0.1.20",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"dset": "^2.0.1",
"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",
"is-mobile": "^2.2.2",
"klona": "^2.0.4",
"line-column": "^1.0.2",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"next": "9.5.3",
"next-transpile-modules": "^4.1.0",
"p-queue": "^6.6.1",
"postcss": "^7.0.32",
"postcss-import": "^12.0.1",
"postcss-selector-parser": "^6.0.2",
"prettier": "^2.1.1",
"raw-loader": "^4.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-split-pane": "^0.1.92",
"react-use": "^15.3.4",
"rollup": "^2.26.9",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.1",
"simple-functional-loader": "^1.2.1",
"string-replace-loader": "^2.3.0",
"tailwindcss": "1.8.12",
"twls-wip": "0.0.5",
"vscode-languageserver-textdocument": "^1.0.1",
"worker-loader": "^3.0.2"
}
}