-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "with-draft-js",
"version": "1.0.0",
"author": "Asten Mies",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "cp canvas_lib64/*so.1 node_modules/canvas/build/Release/ && yarn build"
},
"dependencies": {
"autoprefixer": "^10.0.4",
"canvas": "^2.6.1",
"dotenv": "^8.2.0",
"draft-js": "^0.11.5",
"firebase": "^8.1.2",
"next": "latest",
"next-useragent": "^2.4.0",
"popper.js": "1.15.0",
"postcss": "^8.1.14",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-input-autosize": "^3.0.0",
"react-paginate": "^7.1.0",
"react-perfect-scrollbar": "^1.5.8",
"react-tagsinput": "^3.19.0",
"recoil": "^0.1.2",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"@types/draft-js": "^0.10.44",
"@types/firebase": "^3.2.1",
"@types/node": "^14.14.10",
"@types/react": "^17.0.3",
"@types/react-input-autosize": "^2.2.0",
"@types/react-paginate": "^6.2.1",
"@types/react-tagsinput": "^3.19.7",
"@types/recoil": "^0.0.1",
"@types/resize-observer-browser": "^0.1.4",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"typescript": "^4.1.2"
}
}