-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
31 lines (31 loc) · 966 Bytes
/
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
{
"name": "lascallesdelasmujeres",
"version": "1.0.0",
"description": "#LasCallesDeLasMujeres",
"main": "src/index.html",
"scripts": {
"start": "parcel src/index.html --open",
"build": "parcel build src/index.html --out-dir docs --public-url ./",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"deploy": "npm run build && git add . && git commit -m 'latest build' && git push origin master"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"animate.css": "^3.7.2",
"chart.js": "^2.9.4",
"dotenv": "^8.2.0"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@geostarters/eslint-config": "0.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"parcel-bundler": "^1.6.1",
"parcel-plugin-eslint": "^1.0.7"
}
}