-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1015 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
36
37
38
{
"name": "ipv8-web",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build --polyfill-node",
"prepare": "husky install"
},
"dependencies": {
"@inlet/react-pixi": "^6.8.0",
"@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-sass": "^1.4.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.12",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^1.6.2",
"pixi.js": "^6.4.2",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.3.2",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "6",
"sharp": "^0.29.3",
"snowpack": "^3.8.8",
"snowpack-plugin-resize-images": "^2.1.6",
"tailwindcss": "^3.0.5",
"typescript": "^4.3.4"
}
}