-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"scripts": {
"dev": "webpack --mode development",
"start": "webpack --mode development --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^3.4.2",
"node-sass": "^5.0.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"style-loader": "^1.1.2",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"animate.css": "^4.1.1",
"animate.css-react": "^1.1.0",
"axios": "^0.19.1",
"merge-images": "^2.0.0",
"react": "^16.5.2",
"react-bouncing-text": "0.0.4",
"react-dom": "^16.5.2",
"react-json-view": "^1.19.1",
"react-router-dom": "^5.3.0",
"requirements": "^1.3.2",
"run": "^1.4.0",
"swagger-parser": "^10.0.3"
}
}