-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 974 Bytes
/
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
{
"name": "fruit-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sass": "sass -w fruitUI/src/scss/lib:css",
"js": "rollup -c -w",
"docs:build": "sass --style=compressed fruitUI/src/scss/build:fruitUI/dist/css && rollup -c "
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@code-hike/mdx": "^0.6.2",
"@mdx-js/loader": "^2.1.2",
"@mdx-js/react": "^2.1.2",
"@next/mdx": "^12.2.2",
"@rollup/plugin-typescript": "^8.4.0",
"@types/react": "^18.0.15",
"babel-core": "^6.26.3",
"next": "12.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"@babel/preset-env": "^7.17.10",
"@rollup/plugin-babel": "^5.3.1",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"rollup": "^2.75.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.51.0"
}
}