-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 846 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 846 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": "canvas-plus",
"version": "1.0.0",
"repository": "https://github.com/samuelili/canvas-plus.git",
"author": "Samuel Li <samuelli4521@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.3",
"css-loader": "^6.4.0",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
},
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"antd": "^4.19.5",
"classnames": "^2.3.1",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"momentjs": "^2.0.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}