-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.63 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
60
61
{
"name": "name-of-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.7.4",
"clsx": "^1.0.4",
"groq": "^0.147.8",
"include-media": "^1.4.9",
"next": "^9.2.0",
"next-redux-wrapper": "^4.0.1",
"node-sass": "^4.13.1",
"postcss-flexbugs-fixes": "^4.1.0",
"preact": "^10.3.1",
"preact-compat": "^3.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-player": "^1.14.2",
"react-redux": "^7.1.3",
"react-waypoint": "^9.0.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"resolve-url-loader": "^3.1.1",
"url-loader": "^3.0.0"
},
"scripts": {
"dev": "next -p 4410",
"build": "next build",
"start": "next start -p $PORT",
"storybook:react": "start-storybook -s ./public/ -c .storybook/react -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-a11y": "^5.3.13",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-backgrounds": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addon-viewport": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/react": "^5.3.13",
"babel-loader": "^8.0.6",
"i18n-webpack-plugin": "^1.0.0",
"path": "^0.12.7",
"webpack-merge": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cstrachan4/base-repo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"last 2 versions",
"> 1%"
]
}