-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "forward",
"version": "1.0.0",
"description": "Accessibility automation experiments",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"start": "next start"
},
"repository": "https://github.com/Palmaswell/forward",
"author": "Mauricio Palma<[email protected]>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@emotion/core": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@types/jest": "^24.0.13",
"@types/js-cookie": "^2.2.2",
"@types/koa": "^2.0.48",
"@types/next": "8.0.1",
"@types/node": "^10.12.21",
"@types/react": "^16.8.18",
"@types/react-dom": "16.8.2",
"@types/tinycolor2": "^1.4.1",
"@types/uuid": "^3.4.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^25.0.0",
"babel-plugin-emotion": "^10.0.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jest": "^24.8.0",
"jest-axe": "^3.1.1",
"jest-dom": "^3.2.2",
"jest-styled-components": "^6.3.1",
"nodemon": "^1.18.9",
"react-testing-library": "^7.0.1",
"typescript": "3.7.5"
},
"dependencies": {
"add": "^2.0.6",
"cookie-parser": "^1.4.3",
"cookies": "^0.7.3",
"emotion": "^10.0.6",
"emotion-server": "^10.0.6",
"emotion-theming": "^10.0.7",
"js-cookie": "^2.2.0",
"koa": "^2.7.0",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"mobx": "^5.9.0",
"mobx-react": "^5.4.3",
"next": "9.2.1",
"nookies": "^2.0.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-transition-group": "^2.8.0",
"tinycolor2": "^1.4.1",
"ts-node": "^8.0.2",
"uuid": "^3.3.2"
}
}