-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.77 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
48
49
50
51
52
53
54
{
"name": "picassco-website",
"version": "0.1.0",
"description": "Offical Picass.co Website's public repository",
"main": "index.js",
"scripts": {
"start": "next start -p $PORT",
"build": "next build",
"dev": "next",
"format": "prettier . --write --ignore-path \"./.gitignore\"",
"prettier:watch": "onchange \"{pages,config,lib,layouts,components,stories}/**/*.js\" -- prettier --write \"{{changed}}\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"classnames": "^2.2.6",
"next": "^9.5.5",
"nookies": "^2.4.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-toastify": "^6.0.9",
"recoil": "0.0.13"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/react": "^6.0.26",
"autoprefix": "1.0.1",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"onchange": "^7.0.2",
"postcss-css-variables": "^0.17.0",
"postcss-custom-properties": "^10.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.4",
"postcss-nested": "^5.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"react-is": "^16.13.1",
"storybook-css-modules-preset": "^1.0.2",
"tailwindcss": "^1.9.1"
},
"keywords": [],
"author": {
"name": "Ali Furkan",
"email": "[email protected]"
},
"license": "MPL-2.0 License"
}