-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 881 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 881 Bytes
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": "react-richeditor-public",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/tsc && cp ./src/index.css ./src/index.d.ts ./dist",
"build:umdallinone": "./node_modules/.bin/webpack --config ./webpack.config.js",
"demo": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.11.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/parser": "^2.7.0",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}