-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "changemy.name",
"private": true,
"scripts": {
"dev": "env NODE_ICU_DATA=node_modules/full-icu next dev",
"build": "env NODE_ICU_DATA=node_modules/full-icu next build && env NODE_ICU_DATA=node_modules/full-icu next export",
"start": "env NODE_ICU_DATA=node_modules/full-icu next start",
"postinstall": "cp -r node_modules/svg-country-flags/svg public/flags",
"deploy": "npm run build && gh-pages publish -t -d out/"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"debounce": "^1.2.0",
"full-icu": "^1.3.1",
"fuse.js": "^6.4.6",
"gray-matter": "^4.0.2",
"i18next": "^19.8.4",
"next": "^12.1.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-i18next": "^11.8.5",
"remark": "^13",
"remark-html": "^13",
"styled-components": "^5.2.1",
"svg-country-flags": "^1.2.9",
"yaml": "^1.10.0"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"prettier": "^2.2.1"
}
}