-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 914 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
{
"name": "dodoui",
"version": "1.1.6-beta",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon server --watch ./server/**/*",
"build": "next build",
"start": "next start",
"watch-tsc": "tsc -w ./src/**/*",
"sass": "sass ./styles/index.scss ./lib/dodo.css",
"compile": "sass ./styles/index.scss ./lib/dodo.css & tsc"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"classnames": "^2.2.6",
"react-highlight": "^0.12.0",
"react-is": "^16.7.0"
},
"devDependencies": {
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@zeit/next-sass": "^0.2.0",
"@zeit/next-typescript": "1.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"next": "^6.1.1",
"node-sass": "^4.9.2",
"react": "^16.4.1",
"react-dom": "^16.6.0"
}
}