-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.16 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.16 KB
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
{
"name": "feathericons.com",
"license": "MIT",
"scripts": {
"build-dataset": "yarn --silent ts-node src/data/build.ts > src/data/raw.json",
"watch-duomo": "yarn --silent watch --interval 1 'yarn sass --load-path node_modules/@zaydek/duomo --no-source-map src/stylesheets/index.scss public/static/stylesheets/index.css' src/stylesheets",
"build-duomo": "yarn --silent sass --load-path node_modules/@zaydek/duomo --no-source-map src/stylesheets/index.scss public/static/stylesheets/index.css",
"start": "next dev",
"build": "next build && next export && osascript -e 'display notification \"Production build ready\" with title \"yarn prod\"'"
},
"dependencies": {
"@mdx-js/loader": "^1.6.19",
"@next/mdx": "^10.0.0",
"@types/lodash": "^4.14.164",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@zaydek/duomo": "^0.6.18",
"@zaydek/lib": "^0.6.4",
"@zaydek/prose": "^0.3.1",
"lodash": "^4.17.20",
"next": "^10.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"typescript": "^4.0.5"
},
"devDependencies": {
"sass": "^1.29.0",
"ts-node": "^9.0.0",
"watch": "^1.0.2"
}
}