-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 934 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
34
{
"name": "create-next-example-app",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@rebass/emotion": "^3.1.0",
"array-move": "^2.1.0",
"color": "^3.1.0",
"hex-to-hsl": "^1.0.2",
"hsl-to-hex": "^1.0.0",
"next": "^8.0.4",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.2",
"react-dom": "^16.8.6",
"shortid": "^2.2.14",
"wcag-contrast": "^2.1.1"
},
"devDependencies": {
"@svgr/webpack": "^4.2.0",
"prettier": "^1.17.0"
}
}