-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.65 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "patternity-evo",
"repository": "https://github.com/influitive/patternity-evo",
"version": "2.1.2",
"description": "Component Library for Influitive",
"main": "index.js",
"files": [
"lib/*"
],
"scripts": {
"test:watch": "nodemon --quiet --exec \"npm run --silent test\" --watch src",
"test": "BABEL_ENV=test tape-babel-css-modules \"src/**/*/*test.js\" | tap-spec",
"babel": "babel --quiet src -d lib",
"build": "rm -rf lib && gulp --silent && npm run babel",
"build:watch": "nodemon --exec \"npm run babel\" --watch src & gulp watch",
"prepublish": "NODE_ENV=production npm run build",
"start": "kotatsu serve -p 3011 -c example/webpack.config.js --progress --devtool \\#eval-source-map --babel example/index.js & npm run test:watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [
"React",
"Component",
"postcss",
"jss"
],
"author": "SeeThruHead",
"license": "MIT",
"dependencies": {
"@influitive/qa-selector": "^1.0.1",
"classnames": "^2.2.5",
"color": "0.11.1",
"gild": "^1.0.1",
"image-webpack-loader": "^3.1.0",
"infl-icons": "^1.2.1",
"jss": "3.3.0",
"jss-nested": "^1.0.3",
"prop-types": "^15.5.10",
"ramda": "^0.25.0",
"react-bootstrap": "^0.31.2",
"react-jss": "2.0.1",
"react-select": "^1.2.1",
"react-tether": "^0.5.2",
"recompose": "^0.30.0",
"store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "6.5.1",
"babel-eslint": "^6.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.5.2",
"babel-tape-runner": "2.0.1",
"css-loader": "0.23.1",
"devboard": "^0.5.0",
"enzyme": "2.0.0",
"eslint": "^2.13.1",
"eslint-config-reforge": "^1.0.0",
"express": "4.13.4",
"file-loader": "0.8.5",
"glob": "7.0.3",
"glob-fs": "0.1.6",
"gulp": "3.9.1",
"gulp-postcss": "6.1.0",
"isparta": "4.0.0",
"kotatsu": "^0.10.0",
"mocha": "^2.4.5",
"nodemon": "^1.8.1",
"postcss-functions": "2.1.0",
"postcss-import": "8.0.2",
"postcss-loader": "0.8.2",
"postcss-media-minmax": "2.1.2",
"postcss-nested": "1.0.0",
"postcss-simple-vars": "1.2.0",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"style-loader": "0.13.1",
"tap-dot": "1.0.1",
"tap-spec": "4.1.1",
"tape": "4.5.1",
"tape-babel-css-modules": "^1.2.1",
"tape-catch": "1.0.4",
"url-loader": "0.5.7",
"webpack": "1.12.14"
}
}