-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "formerstudio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@primer/components": "^22.0.3",
"@types/camelcase-keys": "^5.1.1",
"@types/formidable": "^1.0.32",
"@types/localforage": "0.0.34",
"@types/path-parse": "^1.0.19",
"@types/prismjs": "^1.16.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-select": "^3.0.23",
"camelcase-keys": "^6.2.2",
"date-fns": "^2.11.1",
"formidable": "^1.2.2",
"gray-matter": "^4.0.2",
"localforage": "^1.9.0",
"next": "^10.0.0",
"path": "^0.12.7",
"path-parse": "^1.0.6",
"prismjs": "^1.22.0",
"react": "^17.0.1",
"react-diff-view": "^2.4.6",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.1",
"react-number-format": "^4.4.1",
"react-scripts": "4.0.0",
"react-select": "^3.1.0",
"remark": "^12.0.0",
"remark-html": "^12.0.0",
"styled-components": "^5.2.1",
"unidiff": "^1.0.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/node": "^14.14.2",
"file-saver": "^2.0.5",
"typescript": "^4.0.3"
}
}