forked from PaperTiger/dark-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "figma-dark-ui-plugin",
"version": "0.0.8",
"description": "A sleek and beautiful revamp of the existing UI to help you work in low-light condition.",
"repository": "https://github.com/PaperTiger/figma-dark-ui",
"author": "Mirko Santangelo <[email protected]>, Ahmad Al Haddad <[email protected]>",
"license": "CC BY-NC-ND 4.0 License",
"main": "src/index.js",
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-classes": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"boxen": "^2.1.0",
"chalk": "^2.4.2",
"jest": "^24.1.0",
"nodejs-fs-utils": "^1.1.2",
"prettier": "^1.16.4",
"regenerator-runtime": "^0.13.1",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-run": "^1.1.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-uglify": "^6.0.2"
},
"peerDependencies": {
"babel-core": "6.x || ^7.0.0-bridge.0"
},
"scripts": {
"build": "rollup -c",
"prebuild": "prettier --write src/**",
"serve": "rollup -cwm",
"start": "rollup -cwm --environment RUN",
"test": "jest --config jest.config.js"
},
"files": [
"dist"
],
"browserslist": [
"chrome >= 49",
"firefox >= 45",
"safari >=10.1",
"edge >= 14"
]
}