-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "snes.css",
"version": "1.0.1",
"description": "A retro-themed CSS framework inspired by the aesthetics of 16bit consoles",
"private": false,
"main": "index.js",
"scripts": {
"snes-build": "webpack --mode production && webpack --mode development",
"snes-watch": "webpack --watch",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-all": "webpack --mode production && webpack --mode development && next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devMiguelCarrero/snes.css.git"
},
"bugs": {
"url": "https://github.com/devMiguelCarrero/snes.css/issues"
},
"funding": {
"type": "individual",
"url": "https://www.paypal.com/donate/?hosted_button_id=RKK3G3FWEAMLU"
},
"keywords": [
"css-framework",
"sass",
"web-development",
"frontend-framework",
"ui-component-library",
"responsive-design",
"modular-design",
"customizable",
"easy-to-use",
"rapid-development",
"styling-library",
"design-system",
"css-variables",
"retro-framework",
"nes",
"snes",
"8bit",
"16bit"
],
"author": "devMiguelarrero",
"license": "MIT",
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"babel-plugin-prismjs": "^2.1.0",
"classnames": "^2.5.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"file-loader": "^6.2.0",
"highlight.js": "^11.9.0",
"html-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.0.0",
"next": "^14.1.0",
"postcss": "^8",
"postcss-loader": "^8.1.0",
"pretty": "^2.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.32.0",
"sass-loader": "^12.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}