-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.79 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
{
"name": "master-project",
"homepage": "https://kjerand.github.io/master-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/cosmos": "^3.17.3",
"@azure/identity": "^3.1.3",
"@emotion/styled": "^11.10.6",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.11.11",
"@reduxjs/toolkit": "^1.9.2",
"@types/draft-js": "^0.11.9",
"@types/prismjs": "^1.26.0",
"axios": "^1.3.3",
"babel-polyfill": "^6.26.0",
"dotenv": "^16.0.3",
"draft-js": "^0.11.7",
"draftjs-utils": "^0.10.2",
"js-base64": "^3.7.5",
"monaco-editor": "^0.35.0",
"monaco-themes": "^0.4.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropdown": "^1.11.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.1",
"react-scripts": "5.0.1",
"react-select": "^5.7.0",
"react-simple-code-editor": "^0.13.1",
"react-spinners": "^0.13.8",
"uuid": "^9.0.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.12",
"gh-pages": "^5.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}