forked from XaviTorello/comunitats.cat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 879 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": "comunidades.es.python.org",
"version": "1.0.0",
"description": "Comunidades PythonES site",
"main": "src/index.js",
"scripts": {
"start": "parcel src/index.html -d docs",
"build": "rm -rf docs && parcel build src/index.html -d docs && cp CNAME docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Xavi Torelló <info@xaviertorello.cat>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"date-fns": "^2.16.1",
"js": "^0.1.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"tui-calendar": "^1.12.14"
},
"browserslist": [
"last 1 Chrome versions"
],
"devDependencies": {
"cssnano": "^4.1.11",
"parcel": "^1.12.4"
}
}