-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.08 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
{
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^0.22.0",
"babel-plugin-transform-object-rest-spread": "^7.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.20",
"bootstrap": "3.4.0",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1",
"font-awesome": "4",
"jquery": "^3.3.1",
"node-sass": "^4.10.0",
"promise-polyfill": "^8.1.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"sass-loader": "^7.1.0",
"sweetalert2": "^7.29.1",
"uuid": "^3.3.2",
"webpack-notifier": "^1.7.0",
"whatwg-fetch": "^3.0.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5"
}
}