-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
{
"name": "react-atellier",
"version": "0.1.13",
"author": "Scup/Sprinklr Team <[email protected]>",
"description": "The smartest way to share interactive components with your team",
"main": "./dist/react-atellier.js",
"scripts": {
"build": "webpack --colors --progress -p",
"dev": "webpack --watch --port 8080",
"lint": "eslint src example/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scup/atellier.git"
},
"keywords": [
"react",
"reactjs",
"react-component",
"component",
"components",
"emulator",
"preview",
"atellier",
"atelier",
"attelier"
],
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"brace": "^0.7.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.13.1",
"file-loader": "^0.8.5",
"immutable": "^3.7.6",
"js-beautify": "^1.6.2",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"react": ">=0.14.0",
"react-ace": "^3.2.0",
"react-dom": ">=0.14.8",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}