-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "MartinCarriel",
"version": "1.0.0",
"description": "[Visit My Blog to Listen to Local Experimental Music from St. Louis](https://ambientstl.com/)",
"main": "classes.js",
"scripts": {
"parcel-build": "parcel build index.html && cp _redirects ./dist/",
"serve": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambientstl/sc-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ambientstl/sc-practice/issues"
},
"homepage": "https://github.com/ambientstl/sc-practice#readme",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"parcel-bundler": "^1.12.4",
"prettier": "1.19.1",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-prettier": "^1.1.1"
},
"dependencies": {
"@firebase/app": "^0.5.1",
"@firebase/auth": "^0.13.3",
"@firebase/firestore": "^1.9.2",
"axios": "^0.19.1",
"dotenv": "^8.2.0",
"navigo": "^7.1.2"
}
}