-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "trivit",
"description": "trivia stuff",
"version": "0.0.1",
"scripts": {
"help": "sapper dev --help",
"dev": "sapper dev ",
"build": "sapper build",
"export": "sapper export",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test_cypress": "run-p --race dev cy:run",
"test": "mochapack --webpack-config test.webpack.config.js \"./test/**/*.js\"",
"lint": "eslint --ext .svelte,.js --ignore-path .gitignore ."
},
"dependencies": {
"@mdi/font": "^4.9.95",
"bulma": "^0.9.0",
"bulmaswatch": "^0.8.1",
"compression": "^1.7.4",
"lodash": "^4.17.19",
"mobile-drag-drop": "^2.3.0-rc.2",
"mongodb-stitch-browser-sdk": "^4.8.0",
"polka": "^0.5.2",
"sanitize-html": "^1.27.2",
"sirv": "^0.4.6",
"valid-url": "^1.0.9"
},
"devDependencies": {
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-plugin-svelte3": "^2.7.3",
"expect": "^24.9.0",
"minimatch": "^3.0.4",
"mocha": "^6.2.3",
"mochapack": "^1.1.15",
"npm-run-all": "^4.1.5",
"sapper": "^0.27.16",
"style-loader": "^1.2.1",
"svelte": "3.12.1",
"svelte-loader": "^2.13.6",
"webpack": "^4.44.1",
"webpack-node-externals": "^1.7.2"
}
}