-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "TestTechniqueFrontend",
"version": "1.0.0",
"description": "TestTechniqueFrontend",
"private": true,
"scripts": {
"work": "npx webpack-dev-server --env=dev --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/Mango3D/Test-Technique-Frontend.git"
},
"author": "Julien Delnatte",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mango3D/Test-Technique-Frontend/issues"
},
"homepage": "https://github.com/Mango3D/Test-Technique-Frontend",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.13",
"eslint": "^5.6.0",
"eslint-config-canonical": "^12.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsdoc": "^8.0.1",
"eslint-plugin-no-use-extend-native": "^0.4.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-unicorn": "^9.1.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"emotion": "^10.0.9",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router-dom": "^5.0.1",
"react-router-transition": "^1.2.1"
}
}