-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.97 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.97 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
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
{
"name": "starterpack-sathyat20",
"version": "1.0.0",
"description": "*description*",
"main": "src/index.js",
"scripts": {
"start": "NODE_ENV=development webpack serve",
"test": "eslint src",
"build": "npm run clean; NODE_ENV=production webpack --color",
"winbuild": "npm run clean & SET NODE_ENV=production& webpack --color",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dartmouth-cs52-22S/starterpack-sathyat20.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dartmouth-cs52-22S/starterpack-sathyat20/issues"
},
"homepage": "https://github.com/dartmouth-cs52-22S/starterpack-sathyat20#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-webpack": "^3.12.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"plugin": "^0.1.0",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.3",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"axios": "^0.26.1",
"eslint-webpack-plugin": "^3.1.1",
"firebase": "^9.6.11",
"immer": "^9.0.12",
"jquery": "^3.6.0",
"lodash.debounce": "^4.0.8",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-draggable": "^4.4.4",
"react-markdown": "^8.0.3",
"react-router": "^6.3.0",
"react-textarea-autosize": "^8.3.3"
}
}