-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "violet",
"description": "Head to the headless CMS, Chrysanthemum",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export --basepath /flora",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"bulma": "^0.7.5",
"compression": "^1.7.1",
"css-loader": "^3.4.2",
"firebase": "^7.6.2",
"medium-editor": "^5.23.3",
"polka": "next",
"rellax": "^1.10.0",
"sirv": "^0.4.0"
},
"devDependencies": {
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.5",
"sapper": "^0.27.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"svelte": "^3.17.0",
"svelte-loader": "^2.9.0",
"webpack": "^4.41.5"
}
}