-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "react-alert-template-oldschool-dark",
"version": "1.0.1",
"author": "Reinaldo Schiehll <rn.schiehll@gmail.com>",
"main": "dist/cjs/react-alert-template-oldschool-dark.js",
"module": "dist/esm/react-alert-template-oldschool-dark.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/schiehll/react-alert-template-oldschool-dark.git"
},
"keywords": [
"react",
"alert",
"react-alert",
"toaster",
"react-toaster",
"react-component",
"react-alert-template"
],
"scripts": {
"build": "node ./scripts/build.js",
"lint": "standard --fix"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"pascal-case": "^2.0.1",
"rollup": "^0.53.2",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"standard": "^10.0.3"
}
}