-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.05 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
{
"name": "clue-curriculum",
"version": "1.0.0",
"description": "This is a repository for CLUE curriculum unit and teacher guide data. The unit and teacher guide data is imported by [CLUE](https://github.com/concord-consortium/collaborative-learning).",
"scripts": {
"build": "node no-build.js",
"start": "webpack serve --no-https",
"start:secure": "webpack serve",
"start:secure:no-certs": "webpack serve --no-https-request-cert",
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concord-consortium/clue-curriculum.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/concord-consortium/clue-curriculum/issues"
},
"homepage": "https://github.com/concord-consortium/clue-curriculum#readme",
"devDependencies": {
"html-loader": "^4.2.0",
"json-stringify-pretty-compact": "^4.0.0",
"ts-node": "^10.9.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
},
"dependencies": {
"acorn": "^8.8.2"
}
}