-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 894 Bytes
/
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
{
"name": "schemmy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/next dev",
"build": "./node_modules/.bin/next build",
"start": "./node_modules/.bin/next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "latest",
"clipboard": "^2.0.6",
"codemirror": "^5.57.0",
"next": "9.4.4",
"react": "16.13.1",
"react-clipboard.js": "^2.0.16",
"react-codemirror": "^1.0.0",
"react-dom": "16.13.1",
"react-ga": "^3.1.2",
"styled-jsx": "latest"
},
"devDependencies": {
"@types/node": "^14.0.22",
"@types/react": "^16.9.43",
"babel-plugin-styled-components": "^1.10.7",
"next-page-transitions": "^1.0.0-beta.2",
"react-beautiful-dnd": "^13.0.0",
"styled-components": "^5.1.1",
"typescript": "^3.9.6"
}
}