-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "raphaelvigee.com",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@symfony/webpack-encore": "^0.31.0",
"@testing-library/react": "^11.0.4",
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.3",
"@types/testing-library__react": "^10.2.0",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-jest": "^26.5.2",
"classnames": "^2.2.6",
"enzyme": "^3.11.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"favicons-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^4.5.0",
"include-media": "^1.4.9",
"jest": "^26.5.2",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"polished": "^4.0.1",
"prettier": "^2.1.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-test-renderer": "^16.13.1",
"sass-loader": "^10.0.2",
"styled-components": "^5.2.0",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"vanilla-tilt": "^1.7.0",
"whatwg-fetch": "^3.4.1"
},
"scripts": {
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
"fix": "yarn lint --fix",
"test": "jest",
"server": "encore dev-server --hot --port 4567",
"start": "yarn server",
"build": "yarn encore production"
}
}