-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "react-checkmark",
"description": "Animated checkmark for React",
"version": "2.1.1",
"license": "Apache-2.0",
"homepage": "https://github.com/stanleyxu2005/react-checkmark",
"author": "Stanley Xu (https://github.com/stanleyxu2005)",
"main": "dist/react-checkmark.min.js",
"scripts": {
"build:dev": "webpack --env=dev --progress --profile --colors",
"build:dist": "webpack --env=prod --progress --profile --colors",
"build": "npm run build:dist && npm run build:dev",
"dev": "webpack-dev-server --env=dev",
"start": "npm run dev"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.2",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.1.0"
},
"files": [
"LICENSE",
"package.json",
"README.md",
"dist"
]
}