-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "coco_project_ver.2",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "rimraf dist && rimraf .parcel-cache && parcel ./public/index.html --open",
"build": "rimraf dist && rimraf build && parcel build ./public/index.html --dist-dir build --public-url https://creative-lee.github.io/CoCo_project_ver.2",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Creative-Lee/CoCo_project_ver.2.git"
},
"author": "Creative_Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Creative-Lee/CoCo_project_ver.2/issues"
},
"homepage": "https://creative-lee.github.io/CoCo_project_ver.2",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"axios": "^0.21.1",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.0",
"firebase": "^9.6.10",
"firebase-tools": "^10.5.0",
"gh-pages": "^3.2.3",
"immutable": "^4.0.0",
"npm-check-updates": "^12.5.9",
"parcel": "^2.4.1",
"react": "^17.0.2",
"react-bootstrap": "^2.2.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"redux": "^4.1.2",
"sass": "^1.49.11"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.4.1",
"assert": "^2.0.0",
"babel-eslint": "^10.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"events": "^3.3.0",
"firestore-export-import": "^1.1.0",
"https-browserify": "^1.0.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"os-browserify": "^0.3.0",
"parcel-reporter-static-files-copy": "^1.3.4",
"path-browserify": "^1.0.1",
"prettier": "^2.6.2",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tty-browserify": "^0.0.1",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"staticFiles": {
"staticPath": "public/assets",
"staticOutPath": "assets"
}
}