-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.53 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
54
55
56
57
58
59
{
"name": "pages",
"version": "1.0.0",
"description": "Create a quick website for your citizen initiative using Google Docs",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"jest": {
"transform": {
"^.+\\.(js|jsx)$": "babel-jest"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/citizenspring/pages.git"
},
"engines": {
"node": "^18.0.0"
},
"author": "Xavier Damman <@xdamman>",
"license": "MIT",
"bugs": {
"url": "https://github.com/citizenspring/pages/issues"
},
"homepage": "https://github.com/citizenspring/pages#readme",
"dependencies": {
"@ethersproject/units": "^5.6.1",
"@xdamman/xml-to-react": "github:xdamman/xml-to-react",
"abort-controller": "^3.0.0",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"html-entities": "^2.3.2",
"html-react-parser": "^5.1.1",
"moment": "^2.29.1",
"next": "^14.0.4",
"node-cache": "^5.1.2",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rebass": "^4.0.7",
"sharp": "^0.31.1",
"slugify": "^1.6.5",
"swr": "^1.3.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@fullhuman/postcss-purgecss": "^5.0.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
}
}