-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 897 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
35
{
"name": "spectacle-presentation",
"version": "0.0.1",
"description": "Spectacle presentation",
"scripts": {
"clean": "rimraf dist",
"build": "webpack",
"start": "webpack-dev-server --hot"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"spectacle": "^8.0.0",
"victory": "^35.8.2"
},
"devDependencies": {
"@babel/core": "^7.12.8",
"@babel/preset-react": "^7.12.7",
"@mdx-js/react": "^1.6.22",
"babel-loader": "^8.0.6",
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.23.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"prompts": "^2.4.0",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.0",
"spectacle-mdx-loader": "^0.1.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}