-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
{
"name": "blogg",
"description": "TODO",
"version": "0.0.1",
"scripts": {
"dev": "NODE_ENV=development sapper dev",
"build": "yarn build:tw && sapper build --legacy",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"dev:tw": "postcss static/tailwind.css -o static/index.css -w",
"build:tw": "NODE_ENV=production postcss static/tailwind.css -o static/index.css"
},
"dependencies": {
"compression": "^1.7.4",
"isomorphic-unfetch": "^3.0.0",
"polka": "next",
"prismjs": "^1.17.1",
"sirv": "^0.4.2",
"svelte-prism": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@minna-ui/preprocess": "^0.35.0",
"@rollup/plugin-replace": "^2.3.0",
"babel-plugin-prismjs": "^1.1.1",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-plugin-svelte3": "^2.7.3",
"now-sapper": "^0.37.1",
"postcss": "^7.0.25",
"postcss-cli": "^6.1.3",
"prettier-eslint": "^9.0.1",
"prettier-plugin-svelte": "^0.7.0",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.1.3",
"sapper": "^0.27.9",
"svelte": "^3.16.7",
"tailwindcss": "^1.0.1"
}
}