-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "suleras",
"version": "0.2.2",
"description": "The coolest dashboard written in ReactJS",
"main": "dist/suleras.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run",
"script": "babel --stage=0 --out-file dist/js/suleras.js scripts/ --source-maps",
"style": "sass styles/main.scss dist/css/suleras.css",
"fonts": "cp styles/vendor/*/*.woff2 dist/fonts/ && cp bower_components/font-awesome/fonts/* dist/fonts/",
"build": "npm run script && npm run style && npm run fonts && npm run fonts",
"lint": "eslint scripts"
},
"repository": {
"type": "git",
"url": "https://github.com/sourcescript/eidolon.git"
},
"author": "Kier Borromeo <[email protected]> (https://srph.github.io)",
"license": "MIT",
"dependencies": {
"classnames": "^2.0.0",
"radium": "^0.10.1",
"react": "^0.13.1"
},
"devDependencies": {
"babel": "^5.0.8",
"babel-core": "^5.0.8",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.0",
"chai": "^2.2.0",
"eslint": "^0.20.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.4",
"phantomjs-polyfill": "0.0.1",
"sinon": "^1.14.1",
"webpack": "^1.8.7"
}
}