-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1004 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
33
34
35
36
37
{
"name": "rotary-input",
"version": "1.0.0",
"description": "Rotary phone style input",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && cd example && webpack"
},
"author": "OpenSnack",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@types/d3-ease": "^2.0.0",
"@types/d3-selection": "^2.0.0",
"@types/d3-shape": "^2.1.0",
"@types/d3-transition": "^2.0.0",
"babel-loader": "^8.2.2",
"concurrently": "^6.2.0",
"css-loader": "^5.2.6",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.14.5",
"core-js": "^3.14.0",
"d3-ease": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"d3-transition": "^3.0.1"
}
}