-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 808 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 808 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
{
"name": "react-paint-demo",
"version": "0.2.3",
"description": "a pseudo webpage loading animation demonstrates how W3C paint metrics are defined",
"main": "dist/index.js",
"repository": "git@github.com:debug-tips/react-paint-demo.git",
"author": "jasonslyvia <jasonslyvia@gmail.com>",
"license": "GPL-3.0",
"private": false,
"peerDependencies": {
"react": ">13"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0"
},
"scripts": {
"build": "rollup -c"
}
}