-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 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": "eliseshaffer_next_b",
"version": "1.0.0",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
"esbuild-dev": "node esbuild.config.js --watch"
},
"devDependencies": {
"cssnano": "^5.1.14",
"esbuild": "^0.14.39",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"glob": "^8.0.1",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-load-config": "^3.1.4",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^7.4.3"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.0",
"@hotwired/turbo": "^7.2.4",
"@netlify/functions": "^2.4.1",
"node-fetch": "^3.3.2",
"open-props": "^1.6.10"
}
}