-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 833 Bytes
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
{
"name": "master-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"debugger": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "Mario Silva <mario.silvae@outlook.com>",
"license": "MIT",
"dependencies": {
"@monaco-editor/react": "^4.0.11",
"@scena/react-ruler": "^0.7.2",
"@svgr/webpack": "^5.5.0",
"css-tree": "^1.1.2",
"cssom": "^0.4.4",
"js-beautify": "^1.13.5",
"json-stringify-safe": "^5.0.1",
"jsonata": "^1.8.4",
"next": "^10.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"tailwindcss": "^2.0.3"
},
"browser": {
"fs": false
}
}