-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 KB
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
{
"name": "frig-examples",
"version": "0.13.0",
"private": true,
"main": "src/the-basics/the-basics.jsx",
"scripts": {
"test": "true",
"lint": "npm run lint:failfast || true",
"lint:failfast": "eslint --ext .js,.jsx ./src",
"start": "webpack-dev-server --port 4238",
"preversion": "FRIG_ENV=production ./node_modules/webpack/bin/webpack.js --progress --bail && git add dist",
"postversion": "git push && git push --tags"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"classnames": "^2.2.3",
"colr": "^1.2.2",
"css-loader": "0.17.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"frig": "0.13.0",
"frigging-bootstrap": "0.13.0",
"fs-extra": "0.26.7",
"lodash": "4.10.0",
"mkpath": "1.0.0",
"numeral": "^1.5.3",
"react": "15.1.0",
"react-addons-css-transition-group": "15.1.0",
"react-dom": "15.1.0",
"style-loader": "0.13.1",
"stylus": "^0.54.2",
"stylus-loader": "2.0.0",
"url-loader": "0.5.7",
"webpack": "1.12.15",
"webpack-dev-server": "1.14.1"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.7.0"
}
}