-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "milestone-tracker-site",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:coverage": "CI=true yarn test -- --env=jsdom --coverage"
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"lodash": "^4.17.20",
"next": "^10.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-select": "^3.1.1"
},
"devDependencies": {
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.165",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-select": "^3.0.28",
"autoprefixer": "10.0.2",
"babel-jest": "^26.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"postcss": "8.1.7",
"tailwindcss": "^2.0.1",
"typescript": "4.0"
},
"license": "BSD3"
}