-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "ani-clipath",
"version": "0.0.8",
"description": "js to create css clip-path animation",
"main": "./dist/ani-clipath.min.js",
"author": "Jesse Luo <[email protected]>",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack",
"dist": "webpack --config webpack.dist.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luosijie/ani-clipath.git"
},
"keywords": [
"clip-path"
],
"author": "Jesse Luo",
"license": "MIT",
"bugs": {
"url": "https://github.com/luosijie/ani-clipath/issues"
},
"homepage": "https://github.com/luosijie/ani-clipath#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
}
}