-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
55
56
57
58
59
{
"name": "assignment-boilerplate",
"version": "0.1.0",
"description": "Assignment boilerplate",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"commit": "git cz",
"release": "standard-version",
"storybook": "start-storybook -p 6006"
},
"repository": {
"type": "git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"framer-motion": "^1.8.3",
"glob": "^7.1.6",
"next": "^9.2.1",
"next-seo": "^4.1.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-a11y": "^5.3.13",
"@storybook/addon-backgrounds": "^5.3.13",
"@storybook/addon-viewport": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/preset-scss": "^1.0.2",
"@storybook/react": "^5.3.13",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0",
"prettier-stylelint": "^0.4.2",
"sass-loader": "^8.0.2",
"standard-version": "^7.1.0",
"style-loader": "^1.1.3",
"stylelint": "^13.0.0",
"stylelint-8-point-grid": "^0.2.3",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^19.0.0"
}
}