-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.77 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
{
"name": "counterfactual-site",
"version": "1.0.0",
"description": "",
"main": "public/index.html",
"scripts": {
"start": "ember serve -lrp 35729",
"test": "ember test -s",
"build": "ember build",
"lint:sass": "sass-lint",
"lint:js": "eslint src && eslint tests",
"lint:js-fix": "eslint src --fix && eslint tests --fix",
"deploy": "ember build -e production && cp dist/index.html dist/200.html && surge dist counterfactual.byjohnmichael.com",
"prettier:write": "yarn prettier --write .",
"prettier:check": "yarn prettier --check ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bodymovin": "^4.13.0",
"font-awesome": "^4.6.3",
"lottie-web": "^5.3.4",
"normalize-css": "^2.3.1",
"showdown": "^1.9.0",
"whatwg-fetch": "^2.0.2",
"yoga-sass": "^1.0.1"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"broccoli": "^1.1.0",
"broccoli-autoprefixer": "^4.1.0",
"broccoli-babel-transpiler": "6.0.0",
"broccoli-csso": "^2.0.0",
"broccoli-inject-livereload": "^0.2.0",
"broccoli-merge-trees": "^1.1.1",
"broccoli-rollup": "1.1.0",
"broccoli-sass-source-maps": "^2.0.0",
"broccoli-sourcemap-concat": "^1.1.6",
"broccoli-stew": "^1.3.0",
"dotenv": "^4.0.0",
"ember-cli": "^2.12.2",
"eslint": "^3.10.2",
"eslint-config-rtablada": "^4.0.0",
"eslint-plugin-html": "^2.0.0",
"prettier": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-builtins": "^2.0.0",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-vue": "^2.2.20",
"sass-lint": "^1.9.1",
"testem": "^1.11.0"
}
}