-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "hen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/standalone": "^7.14.7",
"acorn": "^8.4.1",
"babel-plugin-transform-react-createelement-to-jsx": "^1.1.0",
"clsx": "^1.1.1",
"codejar": "^3.5.0",
"escodegen": "^2.0.0",
"highlight.js": "^11.1.0",
"lodash.debounce": "^4.0.8",
"next": "11.1.1",
"nprogress": "^0.2.0",
"object-path": "^0.11.6",
"open-color": "^1.8.0",
"prettier": "^2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-simple-code-editor": "^0.11.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"next-transpile-modules": "^8.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0"
}
}