-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "ajari-koding",
"version": "1.0.0",
"description": "📚 Kumpulan berbagai sumber daya untuk belajar koding hasil karya para kreator lokal yang terpercaya dan telah dikurasi oleh komunitas PHPID",
"main": "index.js",
"repository": "https://github.com/phpid-jakarta/ajari-koding.git",
"author": "PHPID Community",
"license": "MIT",
"private": false,
"scripts": {
"toJson": "node ./toJson.js",
"dev": "sapper dev",
"build": "sapper build",
"start": "node __sapper__/build",
"export": "cross-env NODE_ENV=production sapper export --basepath ajari-koding",
"lint": "eslint **/*.svelte --fix"
},
"devDependencies": {
"eslint": "7.3.1",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-svelte3": "2.7.3",
"mkdirp": "1.0.4",
"npm-run-all": "4.1.5",
"sapper": "0.27.16",
"svelte": "3.49.0",
"svelte-loader": "2.13.6",
"webpack": "4.43.0"
},
"dependencies": {
"cheerio": "1.0.0-rc.3",
"compression": "1.7.4",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"firebase": "^7.15.5",
"firebaseui": "^4.5.1",
"markdown-it": "11.0.0",
"polka": "next",
"sirv-cli": "0.4.6"
}
}