-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "calm_cloud",
"version": "1.0.0",
"description": "Calm Cloud",
"main": "./frontend/calm_cloud.jsx",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.5",
"css-loader": "^3.6.0",
"lodash": "^4.17.21",
"postcss-loader": "^3.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.3",
"redux": "^4.2.0",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"redux-logger": "^3.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --config webpack.dev.js",
"postinstall": "webpack --config webpack.prod.js --optimize-minimize"
},
"engines": {
"node": "16.16.0",
"npm": "8.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfnj123/CalmCloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfnj123/CalmCloud/issues"
},
"homepage": "https://github.com/dfnj123/CalmCloud#readme"
}