-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 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
62
{
"name": "md-slide-chrome-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "rm -rf dist && NODE_ENV=development npx webpack --watch",
"build": "rm -rf dist && NODE_ENV=production npx webpack",
"format": "prettier --write '{webpack.config.js,src/**/*.{js,jsx,ts,tsx,json,css,scss}}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Sung Won Cha",
"email": "[email protected]"
},
"repository": "https://github.com/bluewings/md-slide-chrome-extension",
"license": "ISC",
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/styled-components": "^5.1.1",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.1",
"html-webpack-plugin": "^4.0.4",
"node-sass": "^4.13.1",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.4",
"react-dev-utils": "^10.2.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-livereload-plugin": "^2.3.0"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/react": "^16.9.31",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/redux-actions": "^2.6.1",
"axios": "^0.19.2",
"billboard.js": "^1.12.10",
"immer": "^6.0.3",
"js-yaml": "^3.14.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-merge-refs": "^1.0.0",
"react-redux": "^7.2.0",
"react-use": "^15.3.2",
"react-use-measure": "^2.0.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"reveal.js": "^4.0.2",
"styled-components": "^5.1.1",
"typeface-montserrat": "^0.0.75"
}
}