forked from aircall/frontend-test
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.37 KB
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
{
"name": "frontend-test-react",
"version": "1.0.0",
"description": "Technical test for Frontend Engineer position at Aircall",
"main": "index.js",
"repository": "https://github.com/aircall/frontend-test-react.git",
"author": "Xavier Durand <jobs@aircall.io>",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"date-fns": "^1.29.0",
"io-ts": "^1.4.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-flip-move": "^3.0.3",
"simple-cache-provider": "^0.10.0",
"styled-components": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/date-fns": "^2.6.0",
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"@types/styled-components": "4.1.1",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.8.0",
"css-loader": "1.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "0.23.1",
"typescript": "^3.1.6",
"webpack": "^4.26.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.1.3"
}
}