generated from UoaWDCC/wdcc-mern-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 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
33
34
35
36
37
38
39
40
{
"name": "wdcc-app-template",
"scripts": {
"dev": "next -p 3141",
"build": "next build",
"start": "next start",
"lint": "standard",
"fix": "standard --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"author": "Andrew Watkins",
"license": "MIT",
"dependencies": {
"@auth0/nextjs-auth0": "^0.6.0",
"dotenv": "^8.2.0",
"mongodb": "^3.5.9",
"n-readlines": "^1.0.0",
"next": "latest",
"next-connect": "^0.8.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"recharts": "^1.8.5",
"swr": "^0.2.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"autoprefixer": "^9.8.5",
"babel-core": "^6.26.3",
"babel-jest": "^26.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^26.2.2",
"standard": "^14.3.4",
"tailwindcss": "^1.4.6"
}
}