-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
51
52
53
54
55
56
{
"name": "@collabcode/styleguide",
"version": "0.0.17",
"description": "CollabCode's styleguide",
"main": "src/index.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-image": "^2.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"cypress": "^3.8.1",
"eslint": "^6.8.0",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-svelte3": "^2.7.3",
"npm-run-all": "^4.1.5",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0"
},
"dependencies": {
"@sveltech/routify": "^1.0.1-23",
"sirv-cli": "^0.4.4",
"start-server-and-test": "^1.10.6",
"svelte-prism": "^1.0.5",
"svelte-scrollto": "^0.1.1"
},
"scripts": {
"cy:open": "cypress open",
"cy:run": "cypress run",
"build": "rollup -c",
"dev": "run-p watch:routify watch:rollup",
"watch:rollup": "rollup -c -w",
"watch:routify": "routify",
"start": "sirv public --single",
"test": "start-server-and-test start http-get://localhost:5000 cy:run",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CollabCodeTech/styleguide.git"
},
"keywords": [
"styleguide",
"css",
"svelte"
],
"author": "CollabCode",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/CollabCodeTech/styleguide/issues"
},
"homepage": "https://github.com/CollabCodeTech/styleguide#readme"
}