-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
35
36
37
38
39
40
41
42
43
44
{
"name": "@rainke/react-rui",
"version": "0.1.0",
"private": true,
"workspaces": [
"packages/*",
"docs"
],
"dependencies": {
"@rainke/react-rui": "^0.1.0",
"@types/jest": "24.0.17",
"@types/node": "12.7.1",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"@types/react-transition-group": "^4.2.2",
"clsx": "^1.0.4",
"lodash.template": "4.5.0",
"popper.js": "^1.15.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.0",
"react-transition-group": "^4.2.2",
"typescript": "3.5.3"
},
"scripts": {
"docs:dev": "yarn workspace docs dev",
"start": "yarn docs:dev",
"tsc": "tsc -p tsc.json && sass src/theme:css",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.9.0",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"lerna": "^3.13.3",
"node-sass": "^4.12.0",
"react-hot-loader": "^4.12.11",
"sass": "^1.22.9",
"webpack-chain": "^6.0.0"
}
}