-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 958 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
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"devDependencies": {
"@snowpack/plugin-react-refresh": "^2.4.0",
"@snowpack/plugin-webpack": "^2.3.0",
"snowpack": "^3.0.1"
},
"dependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@snowpack/plugin-babel": "^2.1.6",
"@snowpack/plugin-sass": "^1.3.0",
"d3": "^5.15.1",
"d3-drag": "^2.0.0",
"d3-force": "^2.1.1",
"d3-selection": "^1.4.2",
"d3-selection-multi": "^1.0.1",
"d3-transition": "^2.0.0",
"d3-zoom": "^2.0.0",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-combine-reducers": "^1.1.1",
"react-dom": "^17.0.1",
"react-modal": "^3.12.1"
}
}