-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 908 Bytes
/
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.17.0",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-preset-react": "^6.24.1",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"ts-loader": "^3.5.0",
"typescript": "^3.5.3"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/reactstrap": "^8.0.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^5.0.1",
"reactstrap": "^8.0.1"
}
}