forked from EddieHubCommunity/EddieHubCommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2 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
{
"name": "eddie",
"version": "1.0.0",
"description": "## What is our community about - We believe open source is for everyone. - Our community is inclusive and a safe space for all. - Please welcome new people. - The best way to learn is to help someone else. - [Code Of Conduct](https://github.com/EddieJaoudeCommunity/EddieJaoudeCommunity.github.io/blob/main/CODE_OF_CONDUCT.md)",
"main": "index.js",
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": false
},
"scripts": {
"test": "cypress run",
"test:run": "concurrently -k --success first \"npm run test\" \"npm run start\"",
"lint": "eslint ./src ./cypress --ext .svelte,.js",
"lint:fix": "eslint ./src ./cypress --ext .svelte,.js --fix",
"setup": "npm install && npm run lint && npm run build && npm run test:run",
"cypress:open": "cypress open",
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --port 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddieJaoudeCommunity/EddieJaoudeCommunity.github.io.git"
},
"keywords": [],
"author": "Eddie Jaoude Community",
"license": "MIT",
"homepage": "https://github.com/EddieJaoudeCommunity/EddieJaoudeCommunity.github.io#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"babel-eslint": "^10.1.0",
"concurrently": "^5.3.0",
"cypress": "^5.2.0",
"cypress-cucumber-preprocessor": "^2.5.5",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-svelte3": "^2.7.3",
"prettier": "^2.1.2",
"prettier-plugin-svelte": "^1.4.0",
"rollup": "^2.3.4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^1.0.0"
}
}