-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 807 Bytes
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
{
"name": "react-timeline",
"version": "1.0.0",
"description": "A React JS timeline component",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --mode production",
"build:dev": "webpack --mode development"
},
"author": "Ben Piggot",
"license": "ISC",
"dependencies": {
"css-loader": "^0.28.11",
"moment": "^2.22.2",
"node-sass": "^4.9.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-transition-group": "1.x",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"ts-loader": "^4.3.1",
"typescript": "^2.9.1"
},
"devDependencies": {
"@types/react": "^16.3.17",
"@types/react-dom": "^16.0.6",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4"
}
}