-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 899 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
32
{
"name": "uswds_nextjs_starter",
"version": "1.0.0",
"description": "accessible USWDS starting point using next.js and react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node_modules/.bin/next dev",
"build": "node_modules/.bin/next build",
"export": "bash scripts/export.sh",
"start": "node_modules/.bin/next start",
"lint": "node_modules/.bin/next lint"
},
"author": "",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@svgr/cli": "^6.5.1",
"@uswds/uswds": "^3.3.0",
"eslint-config-next": "^13.1.6",
"next": "^13.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"purgecss": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"sass": "^1.58.0"
}
}