-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 KB
/
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
39
40
41
{
"name": "nano",
"version": "1.0.0",
"description": "",
"homepage": "https://xvaldetaro.github.io/cutegories",
"main": "index.js",
"scripts": {
"build": "npm run build-ps && rm -rf docs && mkdir docs && webpack --mode=development",
"build-ps": "spago build",
"start": "spago build && webpack serve --mode=development"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@capacitor/cli": "^3.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"firebase": "^9.9.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.14",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.5.0",
"purs-tidy": "^0.8.0",
"style-loader": "^3.3.1",
"tailwind": "^4.0.0",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.6",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"string-similarity": "^4.0.4"
}
}