-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "Svelte-Workshop",
"description": "A few common apps made with Svelte in order to explore its inner workings.",
"version": "0.0.1",
"author": {
"name": "Erwin Carrasquilla (romcar)",
"email": "rommel.carrasquilla@gmail.com"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"compression": "^1.7.1",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^0.7.0",
"postcss": "^7.0.18",
"sirv": "^0.4.0",
"storyblok-js-client": "^2.0.3",
"style-loader": "^1.0.0",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"node": "^10.13.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"sapper": "^0.27.9",
"sass-loader": "^8.0.0",
"sass-math-pow": "^0.1.5",
"susy": "^2.2.14",
"svelte": "^3.0.0",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^3.1.0",
"webpack": "^4.7.0",
"webpack-node-externals": "^1.7.2"
}
}