-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "cardeditor",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.40",
"babel-runtime": "^6.23.0",
"bootstrap": "4.0.0-alpha.6",
"codemirror": "^5.28.0",
"enumify": "^1.0.4",
"extract-zip": "^1.6.5",
"font-awesome": "^4.7.0",
"griddle-react": "^0.7.1",
"jquery": "^3.2.1",
"json-lint": "^0.1.0",
"meteor-node-stubs": "~0.2.3",
"node-blockly": "^1.0.14",
"node-curl-download": "0.0.2",
"popper.js": "^1.12.9",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-codemirror": "^0.3.0",
"react-dom": "^15.4.2",
"react-notify-toast": "^0.1.4",
"tether": "^1.4.0",
"walk": "^2.3.9",
"winston": "^2.3.1",
"xmldom": "^0.1.27"
},
"devDependencies": {
"autoprefixer": "^6.6.1"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions",
"ie >= 9",
"and_chr >= 2.3"
]
}
}
}
}