-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
44
45
46
47
{
"name": "heterotopia",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"start": "next start",
"dev": "next",
"build": "next build",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "jest --forceExit --coverage --verbose"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"img-loader": "^3.0.1",
"lodash": "^4.17.21",
"mobile-detect": "^1.4.3",
"next": "^9.5.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-iframe": "^1.8.0",
"react-image": "^2.2.0",
"react-media": "^1.9.2",
"react-ratio": "^0.1.5",
"typograf": "^6.8.2"
},
"devDependencies": {
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.17",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@zeit/next-css": "^1.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest": "^24.9.0",
"jest-environment-enzyme": "^7.1.0",
"jest-enzyme": "^7.1.0",
"ts-jest": "^24.0.2",
"tslint": "^5.19.0",
"tslint-react": "^4.1.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^3.6.3"
}
}