-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 Bytes
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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"test": "jest --watch"
},
"dependencies": {
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"next": "latest",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-jest": "^26.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"jest": "^26.4.2",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^16.13.1",
"tailwindcss": "^1.7.4"
},
"license": "MIT"
}