forked from sammi/bootstrap-jss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.09 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "bootstrap-jss",
"version": "0.12.17",
"description": "Build JSS components for Bootstrap by JSS",
"author": "Sammi Song",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sammi/bootstrap-jss.git"
},
"keywords": [
"bootstrap-jss",
"bootstrap",
"jss",
"css",
"react",
"storybook",
"tdd",
"circleci"
],
"bugs": {
"url": "https://github.com/sammi/bootstrap-jss/issues"
},
"homepage": "https://github.com/sammi/bootstrap-jss#readme",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"coverage": "cross-env CI=1 react-scripts test --env=jsdom --coverage",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"build": "rollup -c"
},
"dependencies": {
"color": "^3.1.2",
"color-rgba": "^2.1.1",
"hex-and-rgba": "^1.3.5",
"jss": "^9.8.7",
"lodash": "^4.17.14",
"percent-value": "^1.0.8"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"ajv": "^6.10.1",
"coveralls": "^3.0.5",
"cross-env": "^5.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"jss-preset-default": "^4.5.0",
"react-scripts": "^2.0.4",
"rollup": "^1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-url": "^2.2.2",
"stringify-object": "^3.3.0"
},
"files": [
"dist"
]
}