We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3b188 commit 37daa4bCopy full SHA for 37daa4b
.gitattributes
@@ -0,0 +1,2 @@
1
+*.css linguist-detectable=false
2
+*.js linguist-detectable=true
package.json
@@ -8,6 +8,13 @@
8
"start": "next start",
9
"export": "next build && next export"
10
},
11
+ "keywords": [
12
+ "react",
13
+ "reactjs",
14
+ "ecommerce",
15
+ "nextjs",
16
+ "next"
17
+ ],
18
"dependencies": {
19
"next": "9.4.4",
20
"rc-slider": "^9.3.1",
0 commit comments