-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "uniform-ui",
"version": "3.0.0-beta.11",
"description": "Sass components and utilities for building a UI.",
"main": "lib/assets/javascripts/uniform.js",
"style": "dist/uniform.css",
"sass": "lib/assets/stylesheets/uniform.scss",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bemky/uniform.git"
},
"keywords": [
"sass"
],
"author": "Ben Ehmke",
"license": "MIT",
"bugs": {
"url": "https://github.com/bemky/uniform/issues"
},
"homepage": "http://uniform-ui.com",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-syntax-export-default-from": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.5",
"purgecss": "^3.0.0",
"rollup": "^2.33.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"uglify-js": "^3.12.7"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"dolla": "^0.6.16",
"dragorder": "^0.1.8"
}
}