-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 KB
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
{
"name": "sapper-tailwindcss",
"description": "Sapper, Svelte, TailwindCSS, PostCSS starter template.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/zdproduction/sapper-tailwindcss.git"
},
"author": "Den Kochetkov <d@zdp.su> (https://zdp.su)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zdproduction/sapper-tailwindcss/issues"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build"
},
"dependencies": {
"compression": "^1.7.1",
"polka": "next",
"sirv": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-url": "^5.0.0",
"autoprefixer": "^10.2.1",
"cssnano": "^4.1.10",
"postcss": "^8.2.4",
"postcss-import": "^14.0.0",
"postcss-load-config": "^3.0.0",
"postcss-nested": "^5.0.3",
"postcss-preset-env": "^6.7.0",
"rollup": "^2.3.4",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.28.0",
"svelte": "^3.17.3",
"svelte-preprocess": "^4.6.1",
"tailwindcss": "^2.0.2"
}
}